kyberlib 0.0.7

A robust, audit-friendly Rust implementation of FIPS 203 ML-KEM (the standardised CRYSTALS-Kyber post-quantum KEM).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod aes256ctr;
pub mod align;
pub mod cbd;
pub mod consts;
pub mod fips202;
pub mod fips202x4;
pub mod indcpa;
pub mod keccak4x;
pub mod poly;
pub mod polyvec;
pub mod rejsample;
pub mod verify;