tfhe 1.7.0

TFHE-rs is a fully homomorphic encryption (FHE) library that implements Zama's variant of TFHE.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#[cfg(feature = "integer-js-wasm-api")]
use wasm_bindgen::prelude::*;

pub(crate) mod client;

#[cfg(feature = "integer-js-wasm-api")]
pub(crate) mod config;
#[cfg(feature = "integer-js-wasm-api")]
pub(crate) mod integers;
#[cfg(feature = "integer-js-wasm-api")]
pub(crate) mod keys;

#[cfg(feature = "integer-js-wasm-api")]
#[wasm_bindgen]
#[allow(non_camel_case_types)]
pub struct tfhe {}