lib-q-ml-dsa 0.0.9

NIST FIPS 204 Module-Lattice Digital Signature Algorithm (ML-DSA) implementation
Documentation
1
2
3
4
5
6
7
8
#[cfg(all(feature = "simd256", target_arch = "x86_64"))]
pub(crate) mod avx2;

pub(crate) mod portable;
pub(crate) mod traits;

#[cfg(test)]
pub(crate) mod tests;