poulpy-core 0.5.0

A backend agnostic crate implementing RLWE-based encryption & arithmetic.
Documentation
1
2
3
4
5
6
7
mod gglwe_atk;
mod ggsw_ct;
mod glwe_ct;

pub use gglwe_atk::*;
pub use ggsw_ct::*;
pub use glwe_ct::*;