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
5
6
7
8
9
10
use super::algorithms;

// Export tfhe-hpu-backend type for use external crate
pub use tfhe_hpu_backend::prelude::*;

pub mod glwe_ciphertext;
pub mod glwe_lookuptable;
pub mod lwe_bootstrap_key;
pub mod lwe_ciphertext;
pub mod lwe_keyswitch_key;