Skip to content

noot/go-paillier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 :)