lib-q-hqc 0.0.5

Post-Quantum HQC (Hamming Quasi-Cyclic) KEM for lib-Q
Documentation
1
2
3
4
5
6
7
8
9
//! Internal HQC implementation details
//!
//! This module contains the internal cryptographic primitives and operations
//! used by the HQC implementation.

// pub mod bch; // Removed - BCH implementation was incorrect
pub mod polynomial;
pub mod shake256;
pub mod vector;