phase2-bn254/Cargo.toml

21 lines
463 B
TOML
Raw Normal View History

2018-04-04 04:03:34 +03:00
[package]
name = "phase2"
2018-04-08 23:16:31 +03:00
version = "0.2.0"
2018-04-04 04:03:34 +03:00
authors = ["Sean Bowe <ewillbefull@gmail.com>"]
description = "zk-SNARK MPC"
documentation = "https://github.com/ebfull/phase2"
homepage = "https://github.com/ebfull/phase2"
license = "MIT/Apache-2.0"
repository = "https://github.com/ebfull/phase2"
[dependencies]
pairing = "0.14"
rand = "0.4"
bellman = "0.1"
2018-04-05 21:59:00 +03:00
byteorder = "1"
blake2 = "0.6.1"
num_cpus = "1"
crossbeam = "0.3"
generic-array = "0.8.3"
typenum = "1.9.0"