Module kernel::hil::symmetric_encryption
source · Expand description
Interface for symmetric-cipher encryption
see boards/imix/src/aes_test.rs for example usage
Constants§
- 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.
Traits§
- Implement this trait and use
set_client()
in order to receive callbacks from anAES128
instance.