sunscreen 0.8.1

A Fully Homomorphic Encryption (FHE) compiler supporting the Brakerski/Fan-Vercauteren (BFV) scheme.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod add;
mod div;
mod insert;
mod mul;
mod neg;
mod rotate;
mod sub;

pub use add::*;
pub use div::*;
pub use insert::*;
pub use mul::*;
pub use neg::*;
pub use rotate::*;
pub use sub::*;