Expand description
Holds implementations of various PRNG streams.
Structs§
- ChaCha
Stream - The Osom imlementation of
ChaChaalgorithm, as defined in RFC 8439.
Type Aliases§
- Default
ChaCha Stream - The recommended
ChaChaStreamwith 20 rounds.
Holds implementations of various PRNG streams.
ChaCha algorithm, as defined
in RFC 8439.ChaChaStream with 20 rounds.