nanorand 0.8.0

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