poulpy-core 0.6.0

A backend-agnostic crate implementing Module-LWE-based encryption and arithmetic
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod automorphism;
pub mod conversion;
pub mod decryption;
pub mod encryption;
pub mod external_product;
pub mod glwe_packing;
pub mod glwe_trace;
pub mod keyswitching;
pub mod noise;
pub mod operations;