Module lattice

Source
Expand description

Lattice Cryptography Primitives

This module serves as a convenient entry point for lattice-based cryptographic schemes, primarily re-exporting the generic polynomial algebra engine. It may later host lattice-specific constants or helper functions that are not general enough for the poly module but are shared among different lattice schemes (e.g., Ring-LWE, Module-LWE).

Re-exportsยง

pub use crate::poly::*;