faest 0.2.2

Pure Rust implementation of the FAEST post-quantum secure digital signature scheme
Documentation
1
2
3
4
5
6
7
8
mod aes;
mod encryption;
mod key_expansion;
pub(crate) mod owf_constraints;
pub(crate) mod vole_commitments;

pub(crate) use owf_constraints::owf_constraints;
pub(crate) use vole_commitments::{VoleCommits, VoleCommitsRef};