poulpy-core 0.5.0

A backend agnostic crate implementing RLWE-based encryption & arithmetic.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod automorphism;
pub mod encryption;
pub mod external_product;
pub mod glwe_tensor;
pub mod keyswitch;

mod conversion;
mod glwe_packer;
mod glwe_packing;
mod trace;

pub use conversion::*;
pub use glwe_packer::*;
pub use glwe_packing::*;
pub use trace::*;