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
#![doc(hidden)]
pub use aligned_vec::{ABox, AVec};
pub use tfhe_fft::c64;

pub mod crypto;
pub mod math;