tfhe 1.6.1

TFHE-rs is a fully homomorphic encryption (FHE) library that implements Zama's variant of TFHE.
Documentation
1
2
3
4
#![allow(clippy::too_many_arguments)]

pub mod crypto;
pub mod math;