Versions in this module Expand all Collapse all go1 go1.18.10 Jan 10, 2023 Changes in this version + type Cipher struct + func NewCipher(key []byte) (*Cipher, error) + func (c *Cipher) Reset() + func (c *Cipher) XORKeyStream(dst, src []byte) + type KeySizeError int + func (k KeySizeError) Error() string