poulpy-core 0.5.0

A backend agnostic crate implementing RLWE-based encryption & arithmetic.
Documentation
1
2
3
4
5
6
7
8
9
mod gglwe;
mod ggsw;
mod glwe;
mod lwe;

pub use gglwe::*;
pub use ggsw::*;
pub use glwe::*;
pub use lwe::*;