tfhe 1.6.1

TFHE-rs is a fully homomorphic encryption (FHE) library that implements Zama's variant of TFHE.
Documentation
pub mod cleartext;
pub mod compressed_modulus_switched_glwe_ciphertext;
pub mod compressed_modulus_switched_lwe_ciphertext;
pub mod compressed_modulus_switched_multi_bit_lwe_ciphertext;
pub mod ggsw_ciphertext;
pub mod ggsw_ciphertext_list;
pub mod glwe_ciphertext;
pub mod glwe_ciphertext_list;
pub mod glwe_keyswitch_key;
pub mod glwe_secret_key;
pub mod gsw_ciphertext;
pub mod lwe_bootstrap_key;
pub mod lwe_bootstrap_key_chunk;
pub mod lwe_ciphertext;
pub mod lwe_ciphertext_list;
pub mod lwe_compact_ciphertext_list;
pub mod lwe_compact_public_key;
pub mod lwe_keyswitch_key;
pub mod lwe_keyswitch_key_chunk;
pub mod lwe_multi_bit_bootstrap_key;
pub mod lwe_packing_keyswitch_key;
pub mod lwe_private_functional_packing_keyswitch_key;
pub mod lwe_private_functional_packing_keyswitch_key_list;
pub mod lwe_public_key;
pub mod lwe_secret_key;
pub mod ntt_ggsw_ciphertext;
pub mod ntt_ggsw_ciphertext_list;
pub mod ntt_lwe_bootstrap_key;
pub mod packed_integers;
pub mod plaintext;
pub mod plaintext_list;
pub mod polynomial;
pub mod polynomial_list;
pub mod seeded_ggsw_ciphertext;
pub mod seeded_ggsw_ciphertext_list;
pub mod seeded_glwe_ciphertext;
pub mod seeded_glwe_ciphertext_list;
pub mod seeded_lwe_bootstrap_key;
pub mod seeded_lwe_bootstrap_key_chunk;
pub mod seeded_lwe_ciphertext;
pub mod seeded_lwe_ciphertext_list;
pub mod seeded_lwe_compact_public_key;
pub mod seeded_lwe_keyswitch_key;
pub mod seeded_lwe_keyswitch_key_chunk;
pub mod seeded_lwe_multi_bit_bootstrap_key;
pub mod seeded_lwe_packing_keyswitch_key;
pub mod seeded_lwe_public_key;