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
mod fhe_literal;
mod fhe_program_node;
mod input;
mod output;
mod u64_literal;

pub use fhe_literal::*;
pub use fhe_program_node::*;
pub use input::*;
pub use output::*;
pub use u64_literal::*;