Module nrf51_hal::ecb[][src]

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

A safe, blocking wrapper around the AES-ECB peripheral.

Error type to represent a sharing conflict during encryption.