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
9
10
mod aes;
pub(crate) mod byte_commitments;
mod encryption;
pub(crate) mod field_commitment;
mod key_expansion;
pub(crate) mod owf_constraints;

pub(crate) use byte_commitments::{ByteCommits, ByteCommitsRef};
use field_commitment::{FieldCommitDegOne, FieldCommitDegThree, FieldCommitDegTwo};
pub(crate) use owf_constraints::owf_constraints;