2018-08-29 01:55:40 -07:00
|
|
|
[package]
|
|
|
|
name = "zip32"
|
|
|
|
version = "0.0.0"
|
|
|
|
authors = [
|
|
|
|
"Jack Grigg <jack@z.cash>",
|
|
|
|
]
|
|
|
|
license = "MIT/Apache-2.0"
|
|
|
|
|
|
|
|
description = "Library for implementing shielded hierarchical deterministic wallets"
|
|
|
|
documentation = "https://docs.rs/zip32/"
|
|
|
|
homepage = "https://github.com/zcash-hackworks/zip32"
|
|
|
|
repository = "https://github.com/zcash-hackworks/zip32"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
aes = "0.2"
|
|
|
|
byteorder = "1"
|
2018-11-10 13:54:08 -08:00
|
|
|
ff = "0.4"
|
2018-08-29 01:55:40 -07:00
|
|
|
fpe = "0.1"
|
|
|
|
lazy_static = "1.0"
|
2018-08-29 01:57:52 -07:00
|
|
|
pairing = { path = "../pairing" }
|
|
|
|
sapling-crypto = { path = "../sapling-crypto" }
|
2018-08-29 01:55:40 -07:00
|
|
|
|
|
|
|
[dependencies.blake2-rfc]
|
|
|
|
git = "https://github.com/gtank/blake2-rfc"
|
|
|
|
rev = "7a5b5fc99ae483a0043db7547fb79a6fa44b88a9"
|