# 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-lsc" version = "0.1.2" 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] name = "zk_paillier" crate-type = [ "cdylib", "rlib", ] [[bench]] name = "all" harness = false [dependencies.bit-vec] version = "0.6" [dependencies.curv-lsc] version = "0.1.2" features = ["num-bigint"] default-features = false [dependencies.digest] version = "0.9" [dependencies.getrandom] version = "0.2" features = ["js"] [dependencies.paillier] version = "0.1.2" default-features = false package = "paillier-lsc" [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]