Crate softaes

source ·
Expand description

Software implementation of the AES round function.

Modules

  • Fastest software AES implementation, but with no protection against side channels Software implementation of the AES round function with no protection against side-channel attacks.

Structs

Type Aliases

  • Fast software AES implementation, but with minimal protection against side channels
  • Software AES implementation with a stride of 64 words (practical protection against side channels)
  • Software AES implementation with a stride of 16 words (paranoid protection against side channels)