# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "zk-paillier" version = "0.4.4" authors = [ "Gary ", "Morten Dahl ", "Omer ", ] description = "Collection of Paillier cryptosystem zero knowledge proofs written in Rust" readme = "README.md" keywords = [ "paillier", "homomorphic", "encryption", "zero-knowledge", "cryptoagorithms", ] categories = [ "cryptography", "algorithms", ] license = "GPL-3.0-or-later" repository = "https://github.com/ZenGo-X/zk-paillier" [lib] crate-type = ["lib"] [[bench]] name = "all" harness = false [dependencies.bit-vec] version = "0.6" [dependencies.curv-kzen] version = "0.10" default-features = false [dependencies.digest] version = "0.9" [dependencies.paillier] version = "0.4.3" default-features = false package = "kzen-paillier" [dependencies.rand] version = "0.6" [dependencies.rayon] version = "1.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sha2] version = "0.9" [dependencies.thiserror] version = "1" [dev-dependencies.criterion] version = "0.3" [features] default = ["curv-kzen/rust-gmp-kzen"]