Versions in this module Expand all Collapse all v0 v0.2.9 Jun 21, 2015 Changes in this version + const BlockSize + const KeySize + type Cipher struct + func NewCipher(key []byte) (c *Cipher, err error) + func (c *Cipher) BlockSize() int + func (c *Cipher) Decrypt(dst, src []byte) + func (c *Cipher) Encrypt(dst, src []byte)