Skip to content

A Python implementation of the Paillier Homomorphic Encryption. -- Mirrored from GitLab.

Notifications You must be signed in to change notification settings

vinmh/paillier-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

paillier-python

A Python implementation of the Paillier Homomorphic Encryption.

To create a cyphertext just create a PaillierEncryptor object and call its encrypt method passing an integer. Two cyphertexts can be added together by just using the "+" operator on them.

This package depends on libnum, can be installed with pip install --user libnum.

About

A Python implementation of the Paillier Homomorphic Encryption. -- Mirrored from GitLab.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages