Module esp32c3_hal::aes

source ·
Expand description

Advanced Encryption Standard (AES) support.

This module provides functions and structs for AES encryption and decryption.

Implementation State

  • DMA mode is currently not supported.

Structs

  • AES peripheral container
  • Marker type for AES-128
  • Marker type for AES-256
  • Block cipher
  • Aes cipher key