Expand description
ChaCha variant-specific configurations.
Enums§
- Ietf
- IETF ChaCha configuration to use a 32-bit counter and 96-bit nonce.
- Legacy
- DJB variant specific features: 64-bit counter and 64-bit nonce.
Traits§
- Variant
- A trait that distinguishes some ChaCha variants. Contains configurations for “Legacy” DJB variant and the IETF variant.