pqc_kyber 0.2.1

A rust implementation of the post-quantum Kyber KEM algorithm
Documentation
1
2
3
4
5
6
7
8
9
pub mod aes256ctr;
pub mod cbd;
pub mod fips202;
pub mod indcpa;
pub mod ntt;
pub mod poly;
pub mod polyvec;
pub mod reduce;
pub mod verify;