Expand description
⚠️ Low-level “hazmat” AES functions.
§☢️️ WARNING: HAZARDOUS API ☢️
This module contains an extremely low-level cryptographic primitive which is likewise extremely difficult to use correctly.
There are very few valid uses cases for this API. It’s intended to be used for implementing well-reviewed higher-level constructions.
We do NOT recommend using it to implement any algorithm which has not received extensive peer review by cryptographers.
Functions§
- ⚠️ AES cipher (encrypt) round function.
- ⚠️ AES cipher (encrypt) round function: parallel version.
- ⚠️ AES equivalent inverse cipher (decrypt) round function.
- ⚠️ AES equivalent inverse cipher (decrypt) round function: parallel version.
- ⚠️ AES inverse mix columns function.
- ⚠️ AES mix columns function.