2018-08-23 22:15:22 +00:00
|
|
|
[package]
|
|
|
|
name = "zcash_primitives"
|
|
|
|
version = "0.0.0"
|
|
|
|
authors = [
|
|
|
|
"Jack Grigg <jack@z.cash>",
|
|
|
|
]
|
|
|
|
|
|
|
|
[dependencies]
|
2018-08-23 22:29:42 +00:00
|
|
|
byteorder = "1"
|
2019-01-06 09:50:07 +00:00
|
|
|
ff = { path = "../ff" }
|
2018-10-11 22:16:48 +00:00
|
|
|
hex = "0.3"
|
2018-08-23 22:35:39 +00:00
|
|
|
lazy_static = "1"
|
|
|
|
pairing = { path = "../pairing" }
|
2018-11-30 00:51:05 +00:00
|
|
|
rand = "0.4"
|
2018-08-23 22:35:39 +00:00
|
|
|
sapling-crypto = { path = "../sapling-crypto" }
|
2018-12-03 12:54:11 +00:00
|
|
|
sha2 = "0.8"
|
2018-08-23 22:37:23 +00:00
|
|
|
|
|
|
|
[dependencies.blake2-rfc]
|
|
|
|
git = "https://github.com/gtank/blake2-rfc"
|
|
|
|
rev = "7a5b5fc99ae483a0043db7547fb79a6fa44b88a9"
|
2018-10-19 20:50:49 +00:00
|
|
|
|
|
|
|
[dependencies.chacha20-poly1305-aead]
|
|
|
|
git = "https://github.com/gtank/chacha20-poly1305-aead"
|
|
|
|
rev = "aefc71f95e8bc43f2070e3c5b08130d9c86bbf4f"
|