[package] name = "phase2" version = "0.2.2" authors = ["Sean Bowe "] description = "Library for performing MPCs for creating zk-SNARK public parameters" documentation = "https://docs.rs/phase2" homepage = "https://github.com/ebfull/phase2" license = "MIT/Apache-2.0" repository = "https://github.com/ebfull/phase2" [dependencies] rand = "0.4" bellman_ce = { path = "../bellman" } byteorder = "1" exitcode = "1.1.2" num_cpus = "1" crossbeam = "0.3" blake2-rfc = "0.2" blake2 = "0.6.1" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" memmap = "0.7" num-bigint = "0.2.3" num-traits = "0.2.8" itertools = "0.8.1" rust-crypto = "0.2" hex = "0.4.0"