feat(wallet): implement HD private keys & encrypted wrapper (#358)
This commit is contained in:
parent
33b6b05cb3
commit
d9224eb780
6 changed files with 413 additions and 175 deletions
|
|
@ -16,3 +16,4 @@ ed25519-bip32 = "0.4.1"
|
|||
bip39 = { version = "2.0.0", features = ["rand_core"] }
|
||||
cryptoxide = "0.4.4"
|
||||
bech32 = "0.9.1"
|
||||
rand = "0.8.5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue