# Functions
NewAESCBC returns an AESCBC instance.
NewAESCBCHMAC returns an AES CBC HMAC instance.
ValidateAESKeySize checks if the given key size is a valid AES key size.
ValidateAESKeySizeForGoJose checks if the given key size is a valid AES key size.
# Constants
AES128Size value in number of bytes.
AES192Size value in number of bytes.
AES256Size value in number of bytes.
AESCBCIVSize is the IV size that this implementation supports.
# Type aliases
AESCBC is an implementation of AEAD interface.
AESCBCHMAC is an implementation of AEAD interface.