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
//! FHE Parameters as they were defined in TFHE-rs 0.11 and before.
//!
//! These parameters may be used for backward compatibility.

pub mod classic;
pub mod compact_public_key_only;
pub mod key_switching;
pub mod list_compression;
pub mod multi_bit;