LFDT-Lockness / paillier-zk

Zero-knoledge proofs of some paillier cryptosystem properties for use in CGGMP21
Apache License 2.0
0 stars 1 forks source link

Update library to use `rug` and `fast_paillier` #39

Closed survived closed 1 year ago

survived commented 1 year ago

Closes #24

survived commented 1 year ago

Paillier decryption and fast encryption are implemented in fast_paillier library. In paillier-zk we only define ZK proofs on top of fast_paillier