Skip to content

Homomorphic encryption is an encryption form that allows people to perform algebraic operations on ciphertext in a specific form. The result of decryption matches the result of the operations as if they had been performed on the plaintext.

Notifications You must be signed in to change notification settings

rqg0717/Homomorphic-encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Homomorphic-encryption

Homomorphic encryption is an encryption form that allows people to perform algebraic operations on ciphertext in a specific form. The result of decryption matches the result of the operations as if they had been performed on the plaintext.

Paillier cryptosystem is a homomorphic cryptosystem using probabilistic asymmetric algorithm for public key cryptography. It is invented by and named after Pascal Paillier in 1999.

PaillierCrypto in C

PaillierCrypto in C#

PaillierCrypto in Golang

PaillierCrypto in Java

About

Homomorphic encryption is an encryption form that allows people to perform algebraic operations on ciphertext in a specific form. The result of decryption matches the result of the operations as if they had been performed on the plaintext.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published