pqcrypto-std 0.1.1

Standardized quantum-resistant cryptographic primitives
Documentation
1
2
3
4
5
6
7
#![cfg_attr(not(test), no_std)]

pub mod kyber;

mod compress;
mod hash;
mod reduce;