mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-07-31 12:31:22 +00:00
Add 'zip32/' from commit '176470ef41583b5bd0bd749bd1b61d417aa8ec79'
git-subtree-dir: zip32 git-subtree-mainline:a9059c9372
git-subtree-split:176470ef41
This commit is contained in:
27
zip32/Cargo.toml
Normal file
27
zip32/Cargo.toml
Normal file
@@ -0,0 +1,27 @@
|
||||
[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"
|
||||
fpe = "0.1"
|
||||
lazy_static = "1.0"
|
||||
pairing = "0.14.2"
|
||||
|
||||
[dependencies.blake2-rfc]
|
||||
git = "https://github.com/gtank/blake2-rfc"
|
||||
rev = "7a5b5fc99ae483a0043db7547fb79a6fa44b88a9"
|
||||
|
||||
[dependencies.sapling-crypto]
|
||||
git = "https://github.com/zcash-hackworks/sapling-crypto"
|
||||
rev = "21084bde2019c04bd34208e63c3560fe2c02fb0e"
|
Reference in New Issue
Block a user