Module chacha

Module chacha 

Source
Available on crate feature allow-non-fips only.
Expand description

The ChaCha20 Stream Cipher

Modules§

states
State marker types and traits for the ChaCha20 cipher.

Structs§

ChaCha20
The ChaCha20 Stream Cipher
Writerstd
A wrapper for any implementor of std::io::Write.

Enums§

Key
Represents either a 128-bit or 256-bit ChaCha20 key.
KeyRef
Represents either a 128-bit or 256-bit ChaCha20 key.

Traits§

GenericKey
Abstracts over different key types used in ChaCha20.