Module aes_core

Module aes_core 

Source
Expand description

A module containing the core of the AES algorithm.

Structs§

AESCore
The AES core algorithm.

Enums§

AESKey
The AES key used to encrypt and decrypt data.

Constants§

INV_S_BOX
The inverse S-Box used in the AES algorithm.
R_CON
The round constants used in the AES algorithm.
S_BOX
The S-Box used in the AES algorithm.