[package] name = "zcash_proofs" version = "0.0.0" authors = [ "The Hush Developers", "Jack Grigg ", ] [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"