mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-01-30 23:42:13 +00:00
24 lines
468 B
TOML
24 lines
468 B
TOML
[package]
|
|
name = "zcash_primitives"
|
|
version = "0.0.0"
|
|
authors = [
|
|
"Jack Grigg <jack@z.cash>",
|
|
]
|
|
|
|
[dependencies]
|
|
aes = "0.2"
|
|
byteorder = "1"
|
|
crypto_api_chachapoly = "0.1"
|
|
ff = { path = "../ff" }
|
|
fpe = "0.1"
|
|
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://github.com/gtank/blake2-rfc"
|
|
rev = "7a5b5fc99ae483a0043db7547fb79a6fa44b88a9"
|