Versions in this module Expand all Collapse all v0 v0.2.3 Feb 27, 2015 v0.2.2 Feb 27, 2015 Changes in this version + const BlockSize + func ExpandKey(key []byte, c *Cipher) + type Cipher struct + func NewCipher(key []byte) (*Cipher, error) + func NewSaltedCipher(key, salt []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