Module ctr::flavors

source ·
Expand description

CTR mode flavors

Structs

  • 32-bit big endian counter flavor.
  • 32-bit little endian counter flavor.
  • 64-bit big endian counter flavor.
  • 64-bit little endian counter flavor.
  • 128-bit big endian counter flavor.
  • 128-bit little endian counter flavor.

Traits

  • Trait implemented by different counter types used in the CTR mode.