Versions in this module Expand all Collapse all v1 v1.8.0 Sep 21, 2018 v1.6.7 Feb 27, 2018 Changes in this version + const BlockSize + type Cipher struct + func NewCipher(key []byte) (*Cipher, error) + func (c *Cipher) BlockSize() int + func (c *Cipher) Decrypt(dst, src []byte) + func (c *Cipher) Encrypt(dst, src []byte) + type KeySizeError int + func (k KeySizeError) Error() string