poulpy-ckks 0.6.0

A backend-agnostic crate implementing the CKKS FHE scheme
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod add;
pub mod conjugate;
pub mod copy;
pub mod encryption;
pub mod imag;
pub mod mul;
pub mod neg;
pub mod plaintext;
pub mod pow2;
pub mod rescale;
pub mod rotate;
pub mod sub;

pub use add::CKKSAddDefault;
pub use plaintext::CKKSPlaintextDefault;
pub use sub::CKKSSubDefault;