Expand description
AES Electronic Code Book (ECB) Mode of Operation
Functionsยง
- aes_ecb
- This function applies AES encryption or decryption to each block in the input data
using the specified key in place. The operation is determined by the
is_encrypt
parameter.