2018-08-23 23:15:22 +01:00
|
|
|
[package]
|
|
|
|
name = "zcash_proofs"
|
|
|
|
version = "0.0.0"
|
|
|
|
authors = [
|
|
|
|
"Jack Grigg <jack@z.cash>",
|
|
|
|
]
|
|
|
|
|
|
|
|
[dependencies]
|
2018-08-14 20:33:04 +01:00
|
|
|
bellman = { path = "../bellman" }
|
2018-08-14 22:01:33 +01:00
|
|
|
byteorder = "1"
|
2019-01-06 09:50:07 +00:00
|
|
|
ff = { path = "../ff" }
|
2018-08-14 20:33:04 +01:00
|
|
|
pairing = { path = "../pairing" }
|
2018-08-14 22:01:33 +01:00
|
|
|
rand = "0.4"
|
2018-08-14 20:33:04 +01:00
|
|
|
sapling-crypto = { path = "../sapling-crypto" }
|
2018-09-17 11:45:20 +01:00
|
|
|
|
|
|
|
[dependencies.blake2-rfc]
|
|
|
|
git = "https://github.com/gtank/blake2-rfc"
|
|
|
|
rev = "7a5b5fc99ae483a0043db7547fb79a6fa44b88a9"
|