homomorphic-cryptography-scheme
There are 15 repositories under homomorphic-cryptography-scheme topic.
jonaschn/awesome-he
✨ Awesome - A curated list of amazing Homomorphic Encryption libraries, software and resources
wfus/Fully-Homomorphic-Image-Processing
Fully Homomorphic Image Preprocessing and analysis - JPEG encoding, decoding, image resizing.
adwise-fiu/Homomorphic_Encryption
Contains Packages for ElGamal, Paillier, Goldweiser-Micali and DGK Homomorphic Encryption System. Also implements secure multiplication, division and comparison.
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.
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.
lucasmenendez/gopaillier
Simple homomorphic encryption based on Paillier cryptosystem implementation in Go. Supports floating point numbers, addition, subtraction, multiplication and division.
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.
zerjioang/ssscomp
Secret Sharing & Secure Computation Library for Go