Crate paillier_zk

source ·
Expand description

License Docs Crates io

§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.

Re-exports§

Modules§

Macros§

Structs§

  • Error indicating that computation cannot be evaluated because of bad exponent
  • Library general error type
  • An arbitrary-precision integer.
  • Error indicating that proof is invalid
  • Error indicating that encryption failed

Traits§