Module ecb

Source
Expand description

HAL interface to the AES electronic codebook mode encryption.

The ECB encryption block supports 128 bit AES encryption (encryption only, not decryption).

Structsยง

Ecb
A safe, blocking wrapper around the AES-ECB peripheral.
EncryptionError
Error type to represent a sharing conflict during encryption.
OSZAR »