homomorphic-encryption-library
There are 33 repositories under homomorphic-encryption-library topic.
zama-ai/concrete
Concrete: TFHE Compiler that converts python programs into FHE equivalent
tfhe/tfhe
TFHE: Fast Fully Homomorphic Encryption Library over the Torus
jonaschn/awesome-he
✨ Awesome - A curated list of amazing Homomorphic Encryption libraries, software and resources
openfheorg/openfhe-development
This is the development repository for the OpenFHE library. The current (stable) version is v1.2.3 (released on October 30, 2024).
ibarrond/Pyfhel
PYthon For Homomorphic Encryption Libraries, perform encrypted computations such as sum, mult, scalar product or matrix multiplication in Python, with NumPy compatibility. Uses SEAL/PALISADE as backends, implemented using Cython.
getamis/alice
Hierarchical Threshold Signature Scheme
Desilo/liberate-fhe
A Fully Homomorphic Encryption (FHE) library for bridging the gap between theory and practice with a focus on performance and accuracy.
BUAA-CI-LAB/Literatures-on-Homomorphic-Encryption
A reading list for homomorphic encryption
virtualsecureplatform/TFHEpp
Pure C++ Ver. of TFHE.
adwise-fiu/Homomorphic_Encryption
Contains Packages for ElGamal, Paillier, Goldweiser-Micali and DGK Homomorphic Encryption System. Also implements secure multiplication, division and comparison.
KyoohyungHan/FullRNS-HEAAN
This is code for homomorphic encryption scheme "a Full RNS variant of HEAAN"
FHE-org/fhe-org.github.io
We are a community of researchers and developers interested in advancing homomorphic encryption and other secure computation techniques.
bogdan-kulynych/libshe
Symmetric somewhat homomorphic encryption library based on DGHV
fairmath/polycircuit
Polycircuit is an FHE components library built via FHERMA competitions
aprismatic/elgamal
Extension for the .NET Framework cryptography subsystem, which introduces the ElGamal public key cryptosystem with support for homomorphic multiplication.
anarvote/helios_lib
Helios Server (Helios is an end-to-end verifiable voting system) as library
hardbyte/Paillier.jl
A Julia implementation of the Paillier partially homomorphic encryption system
aprismatic/paillier
Extension for the .NET Framework cryptography subsystem, which introduces the Paillier public key cryptosystem with support for homomorphic addition.
IsakSundeSingh/tfhe
Experimental port of the TFHE fully homomorphic encryption scheme to Rust.
Zst0514/Literatures-on-Homomorphic-Encryption
A reading list for homomorphic encryption
pmuens/haven
Fast and ergonomic lattice cryptography library
ibarrond/SEAL4Pyfhel
Original SEAL homomorphic encryption library, slightly modified to use it as dependency for Pyfhel.
mihailpreda/fhe-module-typescript-wrapper
A Fully Homomorphic Encryption WebAssembly module written in Rust based on a Rust library for lattice-based additive homomorphic encryption with Typescript bindings
lambdageek/sealsharp
Experimental C# bindings for SEAL
remyauda/Cyfhel
Abstraction of HElib in C++ for Homomorphic Encryption to provide higher-level routines.
sasa116/Online-voting-sytem
Online voting system developed using django. In this votes are stored in encrypted form using paillier homomorphic encryption
binary-signal/some-what-homomorphic-encryption
Somewhat Homomorphic Encryption Over the Integers, Public and Secret Key Implementation
mohammedjasam/Secure-Data-Analysis
Coursework
craftdata/python-paillier
A library for Partially Homomorphic Encryption in Python
lapets/pailliers
Minimal pure-Python implementation of Paillier's additively homomorphic cryptosystem.
wangqinghao123/HEhub-HELibrary
HEhub is a library for homomorphic encryption and its applications, and is part of the PrimiHub project.
wangqinghao123/Intel-HE-Toolkit
The Intel Homomorphic Encryption (HE) toolkit is the primordial vehicle for the continuous distribution of the Intel HE technological innovation to users. The toolkit has been designed with usability in mind and to make it easier for users to evaluate and deploy homomorphic encryption technology on the Intel platforms.
zerjioang/ssscomp
Secret Sharing & Secure Computation Library for Go