Files
librustzcash/zcash_proofs/Cargo.toml
2022-03-03 19:34:21 -05:00

20 lines
428 B
TOML

[package]
name = "zcash_proofs"
version = "0.0.0"
authors = [
"The Hush Developers",
"Jack Grigg <jack@z.cash>",
]
[dependencies]
bellman = { path = "../bellman" }
byteorder = "1"
ff = { path = "../ff" }
pairing = { path = "../pairing" }
rand = "0.4"
sapling-crypto = { path = "../sapling-crypto" }
[dependencies.blake2-rfc]
git = "https://git.hush.is/hush/blake2-rfc"
rev = "04e586d640f87f35e7c07100508216ca7797195c"