crypto/rc4包函数列表 type Cipher func NewCipher(key []byte) (*Cipher, error) func (c *Cipher) Reset() func (c *Cipher) XORKeyStream(dst, src []byte) type KeySizeError func (k KeySizeError) Error() string Bugs