5 releases

0.4.4 Dec 26, 2022
0.4.3 Apr 3, 2022
0.4.2 Oct 19, 2021
0.4.1 Oct 7, 2021
0.4.0 Jun 16, 2021

#779 in Cryptography

Download history 961/week @ 2023-11-20 995/week @ 2023-11-27 1071/week @ 2023-12-04 729/week @ 2023-12-11 446/week @ 2023-12-18 203/week @ 2023-12-25 392/week @ 2024-01-01 530/week @ 2024-01-08 711/week @ 2024-01-15 367/week @ 2024-01-22 698/week @ 2024-01-29 921/week @ 2024-02-05 763/week @ 2024-02-12 1028/week @ 2024-02-19 860/week @ 2024-02-26 1489/week @ 2024-03-04

4,149 downloads per month
Used in 4 crates (2 directly)

GPL-3.0-or-later

96KB
2K SLoC

Build Status Latest version Docs License

Zero Knowledge Paillier

This library contains a collection of Paillier cryptosystem zero knowledge proofs written in Rust. Each proof can be used as a stand alone proof but usually it will be used as part of another protocol. For each proof we state in comments what are the security assumptions required. Pay special attention to proofs that require more assumptions than just DCRA which is the assumption used in Paillier cryptosystem.

Currently implemented proofs

Usage

There is no unified API at the moment, please follow the test attached to each proof for example usage.

Legacy

Rust-paillier was orignally a library that implemented the basic Paillier cryptosystem with main contributors from Snips. Catalyzed by KZen needs for paillier zero knowledge proofs the original library was forked and another layer of proofs was added. As more and more zk-proofs were being added we realized that the base paillier cryptosystem layer is at a point of stability and only minor changes are required once in a while where on the other hand the second layer of zk-proofs are evolving at a much faster pace and the code should be considered more experimental. At this point we agreed to divide the library to the base layer (rust-paillier) and zk-paillier which is the current library.

Finally. we would like to thank Morten Dahl,lead maintainer of rust-paillier and KZen advisor. another thank you goes to Pascal Paillier.

Development Process

the Rust utilities wiki contains information on workflow and environment set-up.

Feel free to reach out or join the KZen Research Telegram for discussions on code and research.

License

zk-paillier is released under the terms of the GPL-3.0 license. See LICENSE for more information.

Contact

Feel free to reach out or join the KZen Research Telegram for discussions on code and research.

Dependencies

~15MB
~244K SLoC