Module nrf52810_hal::ecb[][src]

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.