phase2-bn254/phase2/Cargo.toml

27 lines
674 B
TOML
Raw Normal View History

2018-04-04 04:03:34 +03:00
[package]
name = "phase2"
2018-04-13 07:28:02 +03:00
version = "0.2.2"
2018-04-04 04:03:34 +03:00
authors = ["Sean Bowe <ewillbefull@gmail.com>"]
2018-04-09 00:17:22 +03:00
description = "Library for performing MPCs for creating zk-SNARK public parameters"
documentation = "https://docs.rs/phase2"
2018-04-04 04:03:34 +03:00
homepage = "https://github.com/ebfull/phase2"
license = "MIT/Apache-2.0"
repository = "https://github.com/ebfull/phase2"
[dependencies]
rand = "0.4"
2019-09-02 15:50:18 +03:00
bellman_ce = { path = "../bellman" }
2018-04-05 21:59:00 +03:00
byteorder = "1"
exitcode = "1.1.2"
2018-04-05 21:59:00 +03:00
num_cpus = "1"
crossbeam = "0.3"
blake2-rfc = "0.2"
blake2 = "0.6.1"
2019-09-07 00:03:48 +03:00
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
2019-09-07 18:35:10 +03:00
num-bigint = "0.2.3"
num-traits = "0.2.8"
itertools = "0.8.1"
rust-crypto = "0.2"
hex = "0.4.0"