tfhe 1.6.0

TFHE-rs is a fully homomorphic encryption (FHE) library that implements Zama's variant of TFHE.
Documentation
1
2
3
4
5
6
7
8
9
pub mod common;

// TODO REFACTOR
// For now this module is not refactored, it contains high performance code and will be refactored
// at a later stage. It is self contained, allowing to put it in its own module in the meantime.
pub mod fft64;

pub mod fft128;
mod fft128_u128;