Skip to content

TFHE-rs version 0.1.6

Compare
Choose a tag to compare
@jborfila jborfila released this 12 Jan 13:59
· 2405 commits to main since this release
0.1.6

TFHE-rs 0.1.6 features:

  • A low-level, cryptographic library that implements Zama’s variant of TFHE, including programmable bootstrapping;
  • An implementation of the original TFHE boolean API, which can be used as a drop-in replacement for other TFHE libraries;
  • A short integer API, which enables exact, unbounded FHE integer arithmetics with up to 8 bits of message space;
  • A public key encryption implementation for TFHE;
  • Ciphertext and server key compression for efficient data transfer;
  • A full Rust and C API, and a client-side WASM API.