Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/noot/go-paillier

implementation of the Paillier cryptosystem
https://github.com/noot/go-paillier

asymmetric-cryptography cryptography homomorphic-encryption paillier paillier-cryptosystem

Last synced: 4 days ago
JSON representation

implementation of the Paillier cryptosystem

Awesome Lists containing this project

README

        

# go-paillier

This library is an implementation of the [Paillier cryptosystem](https://en.wikipedia.org/wiki/Paillier_cryptosystem) which is an asymmetric encryption algorithm. It has homomorphic properties; ie. multiplying two ciphertexts decrypts to the sum of their plaintexts. This property is leveraged for threshold ECDSA.

I wrote this for learning purposes only :)