concrete-core 1.0.2

Concrete is a fully homomorphic encryption (FHE) library that implements Zama's variant of TFHE.
Documentation
1
2
3
4
5
6
pub mod mod_q;
pub mod params;
pub mod polynomial;
pub mod transform;

pub(crate) const ALLOWED_POLY_SIZE: [usize; 6] = [128, 256, 512, 1024, 2048, 4096];