Versions in this module Expand all Collapse all v1 v1.0.0 Jun 18, 2018 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) Incompatible versions in this module v2.0.0+incompatible Mar 4, 2019