rust_qrng 0.1.2

Tsotchkes quantum random number generator library with cryptographic, financial, and gaming applications converted to Rust
Documentation
1
2
3
4
// src/crypto/mod.rs
pub mod key_exchange;
pub mod key_derivation;
pub mod quantum_chain;