Files
librustzcash/zcash_proofs/Cargo.toml
2022-03-07 10:00:34 -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 = "a3adc1d6859b887457c6ae4821ddad1802dad784"