Skip to content

Simple Paillier cryptosystem library

License

Notifications You must be signed in to change notification settings

littleli/paillier4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

paillier4j

Build Status codecov

A probabilistic asymmetric algorithm for public key cryptography library invented by Pascal Paillier in 1999.

This is Java implementation. Tested with JUnit and Quickcheck.