2018-08-23 22:15:22 +00:00
|
|
|
[package]
|
|
|
|
name = "zcash_primitives"
|
|
|
|
version = "0.0.0"
|
|
|
|
authors = [
|
|
|
|
"Jack Grigg <jack@z.cash>",
|
|
|
|
]
|
|
|
|
|
|
|
|
[dependencies]
|
2019-04-10 14:00:48 +00:00
|
|
|
aes = "0.2"
|
2019-06-04 12:15:12 +00:00
|
|
|
blake2b_simd = "0.5"
|
2018-08-23 22:29:42 +00:00
|
|
|
byteorder = "1"
|
2019-04-11 13:33:41 +00:00
|
|
|
crypto_api_chachapoly = "0.1"
|
2019-01-06 09:50:07 +00:00
|
|
|
ff = { path = "../ff" }
|
2019-04-10 14:00:48 +00:00
|
|
|
fpe = "0.1"
|
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-20 13:37:21 +00:00
|
|
|
rand = "0.7"
|
2019-07-14 11:19:01 +00:00
|
|
|
rand_core = "0.5"
|
|
|
|
rand_os = "0.2"
|
2018-08-23 22:35:39 +00:00
|
|
|
sapling-crypto = { path = "../sapling-crypto" }
|
2018-12-03 12:54:11 +00:00
|
|
|
sha2 = "0.8"
|