lettuce 0.1.3

Healthy lattice consructions in pure Rust.
Documentation
1
2
3
4
5
6
7
8
9
mod bdlop;
mod innerprod;
mod lwe_scalar;
mod sis;

pub use bdlop::*;
pub use innerprod::*;
pub use lwe_scalar::*;
pub use sis::*;