Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 838 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 838 Bytes

License Docs Crates io Discord

paillier-zk

This crate provides ZK-proofs for some properties about paillier encryption. See the module docs for the properties and examples of usage.

This library is built on top of fast-paillier crate. This crate and the underlying big integer implementation are reexported for the consumer to be able to use them, instead of trying to match a version.