paillier-zk

Crates.iopaillier-zk
lib.rspaillier-zk
version0.4.2
sourcesrc
created_at2023-11-24 16:50:39.728396
updated_at2024-09-26 10:15:40.40596
descriptionZK-proofs for Paillier encryption scheme
homepage
repositoryhttps://github.com/LFDT-Lockness/paillier-zk
max_upload_size
id1047218
size169,168
(maurges)

documentation

README

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.

Commit count: 263

cargo fmt