//! Code-Based Cryptography Primitives
//!
//! This module is a placeholder for mathematical primitives required by
//! code-based cryptosystems like Classic McEliece.
extern crate alloc;
// pub use sparse_matrix::SparseBinaryMatrix;
// Might also include modules for:
// - Goppa codes
// - Syndrome decoding
// - Permutation generation
// - Polynomial arithmetic over GF(2^m)