kyber-rs 0.1.0-alpha.9

A toolbox of advanced cryptographic primitives for Rust
Documentation
1
2
3
4
5
6
7
8
pub(crate) mod random_stream;
#[cfg(test)]
mod random_test;

pub use random_stream::bits;
pub use random_stream::bytes;
pub use random_stream::random_int;
pub use random_stream::RandStream;