nanorand 0.7.0

A tiny, fast, zero-dep library for random number generation.
Documentation
/// Implementation of the ChaCha cryptographic primitives.  
/// More details can be seen at https://en.wikipedia.org/wiki/Salsa20
pub mod chacha;