tfhe/tfhe
TFHE: Fast Fully Homomorphic Encryption Library over the Torus observed · 2026-08-28
Health v2 · maintenance only
42/100
- Activity 42
- Release rhythm 8
- 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3758
- days_rel: n/a
- days_push: 350
- n_releases_24m: 0
Adoption not part of the score
1326 stars · 185 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
TFHE is a C++ library implementing fast fully homomorphic encryption over the torus, based on the CGGI16 scheme with gate-by-gate bootstrapping. It evaluates binary gates on encrypted data at roughly 13ms per gate per core, achieving at least 110-bit security.
Use cases
- evaluate boolean circuits on encrypted data without decryption
- build privacy-preserving cloud computation applications
- experiment with fully homomorphic encryption research
- perform homomorphic gate-by-gate bootstrapping
- compute on ciphertexts with no gate count restrictions
When to choose
- you need fast bootstrapped homomorphic evaluation of binary gates in C/C++
- you want the original TFHE scheme with low-level control over circuits
- you need 110-bit security homomorphic encryption on Linux or macOS
When to avoid
- you need a higher-level API or programmable bootstrapping - use TFHE-rs instead
- you need integer or string homomorphic operations rather than boolean gates
- you need Windows support or compilers other than g++/clang
Facets
library · maturity maintenance
cryptography security security cloud-computing cpp c homomorphic-encryption fhe bootstrapping lattice-cryptography torus fft privacy algorithms linux macos
1 source
- readme: https://github.com/tfhe/tfhe · fetched 2026-08-28 · e43996f2d38e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tfhe/tfhe | main | 42 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem