An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# paillier4j

[![Build Status](https://travis-ci.org/littleli/paillier4j.svg?branch=master)](https://travis-ci.org/littleli/paillier4j)
[![codecov](https://codecov.io/gh/littleli/paillier4j/branch/master/graph/badge.svg)](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.