feat(wallet): implement HD private keys & encrypted wrapper (#358)

This commit is contained in:
Harper 2023-12-23 17:24:32 +01:00 committed by GitHub
parent 33b6b05cb3
commit d9224eb780
6 changed files with 413 additions and 175 deletions

View file

@ -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"