Skip to main content

Module streams

Module streams 

Source
Expand description

Holds implementations of various PRNG streams.

Structs§

ChaChaStream
The Osom imlementation of ChaCha algorithm, as defined in RFC 8439.

Type Aliases§

DefaultChaChaStream
The recommended ChaChaStream with 20 rounds.