kyber-rs 0.1.0-alpha.9

A toolbox of advanced cryptographic primitives for Rust
Documentation
1
2
3
4
5
6
pub mod blake3;
mod traits;
#[cfg(test)]
mod xof_test;

pub use traits::{XOFFactory, XOF};