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
7
8
9
//! Low-overhead homomorphic primitives.
//!
//! This module implements low-overhead fully homomorphic operations.

pub mod bootstrap;
pub mod ggsw;
pub mod glwe;
pub mod keyswitch;
pub mod lwe;