Available on crate feature
allow-non-fips only.Expand description
The ChaCha20 Stream Cipher
Modules§
Structs§
Enums§
- Key
- Represents either a 128-bit or 256-bit
ChaCha20key. - KeyRef
- Represents either a 128-bit or 256-bit
ChaCha20key.
Traits§
- Generic
Key - Abstracts over different key types used in
ChaCha20.