Versions in this module Expand all Collapse all v0 deprecated v0.9.1 Dec 6, 2021 Changes in this version + const NonceSize + type AesCbcHmac struct + func New(key []byte, f BlockCipherFunc) (*AesCbcHmac, error) + func (c AesCbcHmac) ComputeAuthTag(aad, nonce, ciphertext []byte) []byte + func (c AesCbcHmac) NonceSize() int + func (c AesCbcHmac) Open(dst, nonce, ciphertext, data []byte) ([]byte, error) + func (c AesCbcHmac) Overhead() int + func (c AesCbcHmac) Seal(dst, nonce, plaintext, data []byte) []byte + type BlockCipherFunc func([]byte) (cipher.Block, error)