homomorphic-cryptography-scheme
There are 16 repositories under homomorphic-cryptography-scheme topic.
jonaschn/awesome-he
✨ Awesome - A curated list of amazing Homomorphic Encryption libraries, software and resources
adwise-fiu/Homomorphic_Encryption
Contains Packages for ElGamal, Paillier, Goldweiser-Micali and DGK Homomorphic Encryption System. Also implements secure multiplication, division and comparison.
wfus/Fully-Homomorphic-Image-Processing
Fully Homomorphic Image Preprocessing and analysis - JPEG encoding, decoding, image resizing.
razi-rais/homomorphic-encryption
This repo contains code/learning resources related to Homomorphic Encryption.
aprismatic/elgamal
Extension for the .NET Framework cryptography subsystem, which introduces the ElGamal public key cryptosystem with support for homomorphic multiplication.
aprismatic/paillier
Extension for the .NET Framework cryptography subsystem, which introduces the Paillier public key cryptosystem with support for homomorphic addition.
lucasmenendez/gopaillier
Simple homomorphic encryption based on Paillier cryptosystem implementation in Go. Supports floating point numbers, addition, subtraction, multiplication and division.
peterstefanov/paillier
Java implementation of Paillier algorithm. This is one of the few known system that preserves additive homomorphic properties. JCA PaillierProvider follows the requirements of Java Cryptography Architecture Reference Guide for Java Platform Standard Edition 6 issued by Oracle.
pmuens/haven
Fast and ergonomic lattice cryptography library
Ernstsen/EVHE
Electronic Voting using Homomorphic Encryption
clnnn/SEAL-euclidean-distance
🔒 Homomorphic two dimensional Euclidean distance computation using SEAL
kaanaktas/paillier-homomorphic-encryption
Paillier Homomorphic Cryptosystem
juliorodrigues07/homomorphic_ecc_elgamal
Implementação de métodos de encriptação e decriptação homomórfica utilizando a cifra El Gamal sobre curvas elípticas.
thisisnotgcsar/MINOS
Realtime electronic voting system based on the Paillier homomorphic encryption scheme.
lapets/pailliers
Minimal pure-Python implementation of Paillier's additively homomorphic cryptosystem.
zerjioang/ssscomp
Secret Sharing & Secure Computation Library for Go