Expand description
Interface for symmetric-cipher encryption
see boards/imix/src/aes_test.rs for example usage
Structs§
Constants§
- AES128_
KEY_ SIZE - AES192_
KEY_ SIZE - AES256_
KEY_ SIZE - AES_
BLOCK_ SIZE - The number of bytes used for AES block operations. Keys and IVs must have this length, and encryption/decryption inputs must be have a multiple of this length.
- CCM_
NONCE_ LENGTH