Cupcake
Homomorphism library
A Rust library for homomorphic encryption allowing secure vector operations
A Rust library for lattice-based additive homomorphic encryption.
409 stars
12 watching
29 forks
Language: Rust
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
cryptoexperts/fv-nfllib | A C++ library implementing the Fan-Vercauteren homomorphic encryption scheme | 60 |
zama-ai/tfhe-rs | An implementation of homomorphic encryption schemes for secure numerical computations over encrypted data | 980 |
vernamlab/cuhe | A CUDA-accelerated library for homomorphic encryption and evaluation of polynomial rings. | 195 |
lducas/fhew | A library that enables secure computation on encrypted data using a symmetric encryption scheme and arbitrary boolean circuits. | 222 |
s0l0ist/node-seal | A library that enables secure computations on encrypted data without revealing the underlying plaintext | 192 |
hcrypt-project/libscarab | An implementation of a fully homomorphic encryption scheme using large integers | 44 |
vernamlab/cufhe | A CUDA-accelerated Fully Homomorphic Encryption Library | 213 |
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 |
cpeikert/lol | A cryptographic library built on top of lattices that enables fully-homomorphic encryption | 225 |
cpeikert/alchemy | A compiler for homomorphic encryption languages | 66 |
bogdan-kulynych/libshe | An encryption library allowing secure execution of functions on encrypted data without decrypting it | 27 |
jasonshin/fp-core.rs | A library providing purely functional data structures and concepts to support functional programming in Rust. | 1,357 |
blyssprivacy/sdk | An SDK for private data access using homomorphic encryption. | 339 |
ibarrond/pyfhel | A Python library for encrypted computations and data operations using homomorphic encryption | 490 |