tfhe-rs
Homomorphism library
An implementation of homomorphic encryption schemes for secure numerical computations over encrypted data
TFHE-rs: A Pure Rust implementation of the TFHE Scheme for Boolean and Integer Arithmetics Over Encrypted Data.
980 stars
17 watching
148 forks
Language: Rust
last commit: about 1 month ago
Linked from 1 awesome list
cryptographyhomomorphic-encryptionrusttfhe
Related projects:
Repository | Description | Stars |
---|---|---|
zama-ai/concrete | A compiler that converts Python programs into homomorphic encryption algorithms | 1,270 |
zama-ai/concrete-ml | A framework for privacy-preserving machine learning using fully homomorphic encryption | 1,045 |
zama-ai/fhevm | A Solidity library that enables developers to write confidential smart contracts on the EVM using fully homomorphic encryption. | 436 |
facebookresearch/cupcake | A Rust library for homomorphic encryption allowing secure vector operations | 409 |
vernamlab/cuhe | A CUDA-accelerated library for homomorphic encryption and evaluation of polynomial rings. | 195 |
vernamlab/cufhe | A CUDA-accelerated Fully Homomorphic Encryption Library | 213 |
lducas/fhew | A library that enables secure computation on encrypted data using a symmetric encryption scheme and arbitrary boolean circuits. | 222 |
encryptorion-lab/phantom-fhe | A CUDA-accelerated library for fully homomorphic encryption | 88 |
kuleuven-cosic/final | Provides an implementation of a fully homomorphic encryption scheme based on NTRU and LWE. | 36 |
openfheorg/openfhe-development | A library for implementing fully homomorphic encryption | 780 |
hcrypt-project/libscarab | An implementation of a fully homomorphic encryption scheme using large integers | 44 |
cryptoexperts/fv-nfllib | A C++ library implementing the Fan-Vercauteren homomorphic encryption scheme | 60 |
kryptnostic/krypto | An implementation of multivariate quadratic fully homomorphic encryption in C++ | 50 |
s0l0ist/node-seal | A library that enables secure computations on encrypted data without revealing the underlying plaintext | 192 |
trustworthycomputing/t2-fhe-compiler-and-benchmarks | A framework providing a standardized benchmark suite and cross compiler for fully homomorphic encryption libraries | 34 |