Skip to main content

Module aes

Module aes 

Source
Expand description

The AES family’s shared parameterization. Interfaces minting AES-based keys (aes-gcm, aes-cbc, …) declare their variant from this one closed set (the sha2 pattern: one definition per family).

Enums§

AesVariant
The AES variants, distinguished by key size: AES closes this set, so it is an enum, not a number. (Each algorithm interface names its closed set of parameterizations <algorithm>-variant.)