Expand description
Interface for symmetric-cipher encryption
see boards/imix/src/aes_test.rs for example usage
Constants§
- AES128_
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.
- AES128_
KEY_ SIZE - CCM_
NONCE_ LENGTH