rs_tfhe 0.2.0

A high-performance Rust implementation of TFHE (Torus Fully Homomorphic Encryption) with advanced programmable bootstrapping capabilities
Documentation
pub mod bit_utils;
pub mod bootstrap;
pub mod fft;
pub mod gates;
pub mod key;

#[cfg(feature = "lut-bootstrap")]
pub mod lut;

pub mod parallel;
pub mod params;

#[cfg(feature = "proxy-reenc")]
pub mod proxy_reenc;

pub mod tlwe;
pub mod trgsw;
pub mod trlwe;
pub mod utils;