Reimplementation of groth16 using pairing library.
This commit is contained in:
20
Cargo.toml
20
Cargo.toml
@@ -9,11 +9,17 @@ repository = "https://github.com/ebfull/bellman"
|
||||
version = "0.0.3"
|
||||
|
||||
[dependencies]
|
||||
#rand = "0.3.*"
|
||||
#byteorder = "1.*"
|
||||
#serde = "1.0"
|
||||
#crossbeam = "0.2"
|
||||
#num_cpus = "1.0"
|
||||
rand = "0.3"
|
||||
bit-vec = "0.4.4"
|
||||
futures = "0.1"
|
||||
futures-cpupool = "0.1"
|
||||
num_cpus = "1.6"
|
||||
crossbeam = "0.3"
|
||||
|
||||
[dev-dependencies]
|
||||
#bincode = "0.8.0"
|
||||
[dependencies.pairing]
|
||||
version = "0.11"
|
||||
features = ["unstable-wnaf"]
|
||||
|
||||
[features]
|
||||
default = ["u128-support"]
|
||||
u128-support = ["pairing/u128-support"]
|
||||
|
||||
Reference in New Issue
Block a user