|
|
|
@ -43,10 +43,10 @@ dependencies = [
|
|
|
|
|
"bit-vec 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"byteorder 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"crossbeam 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ff 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ff 0.4.0",
|
|
|
|
|
"futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"group 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"group 0.1.0",
|
|
|
|
|
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pairing 0.14.2",
|
|
|
|
|
"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -111,17 +111,15 @@ dependencies = [
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ff"
|
|
|
|
|
version = "0.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"byteorder 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ff_derive 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ff_derive 0.3.0",
|
|
|
|
|
"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ff_derive"
|
|
|
|
|
version = "0.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"num-bigint 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -187,9 +185,8 @@ dependencies = [
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "group"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"ff 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ff 0.4.0",
|
|
|
|
|
"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
@ -227,7 +224,7 @@ dependencies = [
|
|
|
|
|
"bellman 0.1.0",
|
|
|
|
|
"blake2-rfc 0.2.18 (git+https://github.com/gtank/blake2-rfc?rev=7a5b5fc99ae483a0043db7547fb79a6fa44b88a9)",
|
|
|
|
|
"byteorder 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ff 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ff 0.4.0",
|
|
|
|
|
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pairing 0.14.2",
|
|
|
|
@ -282,8 +279,8 @@ name = "pairing"
|
|
|
|
|
version = "0.14.2"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"byteorder 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ff 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"group 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ff 0.4.0",
|
|
|
|
|
"group 0.1.0",
|
|
|
|
|
"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
@ -366,7 +363,7 @@ dependencies = [
|
|
|
|
|
"blake2-rfc 0.2.18 (git+https://github.com/gtank/blake2-rfc?rev=7a5b5fc99ae483a0043db7547fb79a6fa44b88a9)",
|
|
|
|
|
"byteorder 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"digest 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ff 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ff 0.4.0",
|
|
|
|
|
"hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pairing 0.14.2",
|
|
|
|
|
"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -436,7 +433,7 @@ version = "0.0.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"blake2-rfc 0.2.18 (git+https://github.com/gtank/blake2-rfc?rev=7a5b5fc99ae483a0043db7547fb79a6fa44b88a9)",
|
|
|
|
|
"byteorder 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ff 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ff 0.4.0",
|
|
|
|
|
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pairing 0.14.2",
|
|
|
|
|
"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -449,7 +446,7 @@ version = "0.0.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bellman 0.1.0",
|
|
|
|
|
"byteorder 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ff 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ff 0.4.0",
|
|
|
|
|
"pairing 0.14.2",
|
|
|
|
|
"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"sapling-crypto 0.0.1",
|
|
|
|
@ -466,7 +463,7 @@ dependencies = [
|
|
|
|
|
"aes 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"blake2-rfc 0.2.18 (git+https://github.com/gtank/blake2-rfc?rev=7a5b5fc99ae483a0043db7547fb79a6fa44b88a9)",
|
|
|
|
|
"byteorder 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ff 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"ff 0.4.0",
|
|
|
|
|
"fpe 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pairing 0.14.2",
|
|
|
|
@ -487,8 +484,6 @@ dependencies = [
|
|
|
|
|
"checksum constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8ff012e225ce166d4422e0e78419d901719760f62ae2b7969ca6b564d1b54a9e"
|
|
|
|
|
"checksum crossbeam 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "24ce9782d4d5c53674646a6a4c1863a21a8fc0cb649b3c94dfc16e45071dea19"
|
|
|
|
|
"checksum digest 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "00a49051fef47a72c9623101b19bd71924a45cca838826caae3eaa4d00772603"
|
|
|
|
|
"checksum ff 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "eec81e2e423086589b224dbcfbab70e3732913de25479d05165b20d4aaed05f4"
|
|
|
|
|
"checksum ff_derive 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "70335090ee115d5716416ca38980cce7752f40923f41d22cf5a69a6269f9e2a2"
|
|
|
|
|
"checksum fpe 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce3371c82bfbd984f624cab093f55e7336f5a6e589f8518e1258f54f011b89ad"
|
|
|
|
|
"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
|
|
|
|
"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
|
|
|
@ -496,7 +491,6 @@ dependencies = [
|
|
|
|
|
"checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
|
|
|
|
|
"checksum gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)" = "5e33ec290da0d127825013597dbdfc28bee4964690c7ce1166cbc2a7bd08b1bb"
|
|
|
|
|
"checksum generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ef25c5683767570c2bbd7deba372926a55eaae9982d7726ee2a1050239d45b9d"
|
|
|
|
|
"checksum group 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5fa874cb11ddaf7cf45b511138f24169985d61d8760779426016230d11101d1a"
|
|
|
|
|
"checksum hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4da5f0e01bd8a71a224a4eedecaacfcabda388dbb7a80faf04d3514287572d95"
|
|
|
|
|
"checksum hex-literal-impl 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1d340b6514f232f6db1bd16db65302a5278a04fef9ce867cb932e7e5fa21130a"
|
|
|
|
|
"checksum lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c8f31047daa365f19be14b47c29df4f7c3b581832407daabe6ae77397619237d"
|
|
|
|
|