23 lines
471 B
TOML
23 lines
471 B
TOML
[package]
|
|
name = "zcash_primitives"
|
|
version = "0.0.0"
|
|
authors = [
|
|
"The Hush Developers",
|
|
"Jack Grigg <jack@z.cash>",
|
|
]
|
|
|
|
[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 = "a3adc1d6859b887457c6ae4821ddad1802dad784"
|