[][src]Crate ratchet

Defines the Ratchet struct.

A Ratchet is a cryptographically secure sudo random number generator.

use --features ratchet-serde to provide serialisation.

Author -- daniel.bechaz@gmail.com
Last Moddified --- 2019-05-04

Re-exports

pub use digest;
pub use digest::generic_array;
pub use generic_array::typenum;

Structs

Ratchet

A HKDF Ratchet which can be used to produce cyptographically secure sudo random bytes.