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
10
11
12
13

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;