zama-ai/tfhe-rs
TFHE-rs: A Pure Rust implementation of the TFHE Scheme for Boolean and Integer Arithmetics Over Encrypted Data. observed · 2026-08-28
Health v2 · maintenance only
97/100
- Activity 99
- Release rhythm 94
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 7
- age_days: 1420
- days_rel: 43
- days_push: 7
- n_releases_24m: 46
Adoption not part of the score
1646 stars · 333 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
TFHE-rs is a pure Rust implementation of the TFHE fully homomorphic encryption scheme, enabling boolean and integer arithmetic over encrypted data. It provides a Rust API, C bindings, and a client-side WASM/JavaScript API, with features like programmable bootstrapping and ciphertext compression.
Use cases
- compute on encrypted data without decrypting it
- perform boolean logic on encrypted bits
- do arithmetic on encrypted integers up to 8 bits
- build privacy-preserving applications with FHE in Rust
- use homomorphic encryption from C or JavaScript via WASM
- research and experiment with TFHE programmable bootstrapping
When to choose
- you need fully homomorphic encryption for boolean or short integer computation
- you want a high-performance, production-oriented FHE library in Rust
- you need client-side encryption with a WASM/JavaScript API
- you want ciphertext and server key compression for efficient transfer
When to avoid
- you need general-purpose FHE over arbitrary data types or machine learning workloads (consider other Zama libraries like Concrete or Concrete-ML)
- you need fast computation - FHE has large performance overheads compared to plaintext
- you need a lightweight encryption scheme without homomorphic properties
Facets
library · maturity active
cryptography security sdk security privacy developer-tools rust cpp c wasm cross-platform homomorphic-encryption fhe tfhe encrypted-computation boolean-arithmetics integer-arithmetics cryptography
2 sources
- readme: https://github.com/zama-ai/tfhe-rs · fetched 2026-08-28 · 674415041727
- registry_crates: https://crates.io/api/v1/crates/tfhe-rs · fetched 2026-08-29 · 0dba8aa99a7b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| zama-ai/tfhe-rs | main | 97 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem