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
//! An accelerated backend using `Concrete-FFT`.

mod implementation;
#[cfg_attr(not(feature = "__private_docs"), doc(hidden))]
pub mod private;
pub use implementation::{engines, entities};