CSPRNG based on the ChaCha8 stream cipher, with forward security.
References:
- Fast-key-erasure random-number generators https://blog.cr.yp.to/20170723-random.html
Functions
fn init(secret_seed: [secret_seed_length]u8) Self
The seed must be uniform, secret and
secret_seed_length
bytes long.