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 batched;
mod fractional;
mod rational;
mod signed;
mod unsigned;

pub use batched::*;
pub use fractional::*;
pub use rational::*;
pub use signed::*;
pub use unsigned::*;