Crates.io | paillier-zk |
lib.rs | paillier-zk |
version | 0.4.2 |
source | src |
created_at | 2023-11-24 16:50:39.728396 |
updated_at | 2024-09-26 10:15:40.40596 |
description | ZK-proofs for Paillier encryption scheme |
homepage | |
repository | https://github.com/LFDT-Lockness/paillier-zk |
max_upload_size | |
id | 1047218 |
size | 169,168 |
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.