[package] name = "zcash_primitives" version = "0.0.0" authors = [ "The Hush Developers", "Jack Grigg ", ] [dependencies] byteorder = "1" crypto_api_chachapoly = "0.1" ff = { path = "../ff" } hex = "0.3" lazy_static = "1" pairing = { path = "../pairing" } rand = "0.4" sapling-crypto = { path = "../sapling-crypto" } sha2 = "0.8" [dependencies.blake2-rfc] git = "https://git.hush.is/hush/blake2-rfc" rev = "ba06a506baa297d37959d5e13e90008bba12ec60"