2015-12-24 02:58:38 -07:00
|
|
|
[package]
|
|
|
|
authors = ["Sean Bowe <ewillbefull@gmail.com>"]
|
2015-12-25 00:37:52 -07:00
|
|
|
description = "zk-SNARK library"
|
2015-12-24 02:58:38 -07:00
|
|
|
documentation = "https://github.com/ebfull/bellman"
|
2015-12-25 00:37:52 -07:00
|
|
|
homepage = "https://github.com/ebfull/bellman"
|
2016-01-12 14:14:06 -07:00
|
|
|
license = "MIT/Apache-2.0"
|
2015-12-25 00:37:52 -07:00
|
|
|
name = "bellman"
|
|
|
|
repository = "https://github.com/ebfull/bellman"
|
2018-03-31 23:23:37 -06:00
|
|
|
version = "0.1.0"
|
2015-12-24 02:58:38 -07:00
|
|
|
|
2015-12-25 05:52:14 -07:00
|
|
|
[dependencies]
|
2018-02-13 15:43:35 +00:00
|
|
|
rand = "0.4"
|
2017-08-07 13:36:52 -06:00
|
|
|
bit-vec = "0.4.4"
|
2018-07-02 16:43:17 +01:00
|
|
|
ff = "0.4"
|
2017-08-07 13:36:52 -06:00
|
|
|
futures = "0.1"
|
|
|
|
futures-cpupool = "0.1"
|
2018-02-14 12:31:43 -07:00
|
|
|
num_cpus = "1"
|
2017-08-07 13:36:52 -06:00
|
|
|
crossbeam = "0.3"
|
2018-03-04 17:49:05 -07:00
|
|
|
byteorder = "1"
|
2017-08-07 13:36:52 -06:00
|
|
|
|
2018-07-02 16:43:17 +01:00
|
|
|
[dependencies.pairing]
|
|
|
|
git = "https://github.com/ebfull/pairing"
|
|
|
|
rev = "183a64b08e9dc7067f78624ec161371f1829623e"
|
|
|
|
|
2017-08-07 13:36:52 -06:00
|
|
|
[features]
|
2017-11-05 19:35:28 -07:00
|
|
|
default = []
|