Embassy
embassy-stm32

Crates

git

Versions

stm32f437ii

Flavors

Module embassy_stm32::cryp

source ·
Expand description

Crypto Accelerator (CRYP)

Structs§

Enums§

  • Selects whether the crypto processor operates in encryption or decryption mode.

Traits§

  • This trait encapsulates all cipher-specific behavior/
  • This trait enables restriction of a header phase to authenticated ciphers only.
  • This trait enables restriction of ciphers to specific key sizes.
  • DmaIn DMA request trait
  • DmaOut DMA request trait
  • This trait enables restriction of initialization vectors to sizes compatibile with a cipher mode.
  • CRYP instance trait.