https://github.com/littleli/paillier4j
Simple Paillier cryptosystem library
https://github.com/littleli/paillier4j
cryptography homomorphic-encryption paillier property-based-testing
Last synced: about 1 month ago
JSON representation
Simple Paillier cryptosystem library
- Host: GitHub
- URL: https://github.com/littleli/paillier4j
- Owner: littleli
- License: mit
- Created: 2018-07-01T12:55:15.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-01-17T00:30:49.000Z (over 5 years ago)
- Last Synced: 2025-02-18T04:05:54.629Z (over 1 year ago)
- Topics: cryptography, homomorphic-encryption, paillier, property-based-testing
- Language: Java
- Homepage:
- Size: 26.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# paillier4j
[](https://travis-ci.org/littleli/paillier4j)
[](https://codecov.io/gh/littleli/paillier4j)
A probabilistic asymmetric algorithm for public key cryptography library invented by Pascal Paillier in 1999.
This is Java implementation. Tested with JUnit and Quickcheck.