phase2-bn254/Cargo.toml

27 lines
584 B
TOML
Raw Normal View History

2017-10-30 03:58:34 +03:00
[package]
name = "powersoftau"
version = "0.1.1"
2017-10-30 03:58:34 +03:00
authors = ["Sean Bowe"]
license = "MIT/Apache-2.0"
description = "Communal zk-SNARK MPC for Public Parameters"
documentation = "https://docs.rs/powersoftau/"
homepage = "https://github.com/ebfull/powersoftau"
repository = "https://github.com/ebfull/powersoftau"
[dependencies]
rand = "0.4"
2017-10-30 03:58:34 +03:00
crossbeam = "0.3.0"
num_cpus = "1.7.0"
blake2 = "0.6.1"
generic-array = "0.8.3"
typenum = "1.9.0"
byteorder = "1.1.0"
pairing = "0.14"
2018-03-18 21:39:08 +03:00
hex-literal = "0.1"
rust-crypto = "0.2"
bellman = "0.1"
2017-10-30 03:58:34 +03:00
[features]
u128-support = ["pairing/u128-support"]