noot / go-paillier

implementation of the Paillier cryptosystem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-paillier

This library is an implementation of the 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 :)

About

implementation of the Paillier cryptosystem

License:GNU Lesser General Public License v3.0


Languages

Language:Go 100.0%