ratchet-1.2.0 doesn't have any documentation.
Defines the [Ratchet] struct.
A [Ratchet] is a cryptographically secure pseudo random number generator.
use --features serde
to provide serde implementations.
Examples
use consts;
use Sha1;
use RngCore;
let mut ratchet = default;
let mut bytes = ;
ratchet.fill_bytes;
Author -- DMorgan
Last Moddified --- 2020-03-11