ExtendedSpendingKey::master()

This commit is contained in:
Jack Grigg
2018-07-11 01:28:10 +01:00
parent 8db848139b
commit 2fdfa4b671
2 changed files with 69 additions and 1 deletions

View File

@@ -15,6 +15,10 @@ repository = "https://github.com/zcash-hackworks/zip32"
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"