nip06 package for key derivation.

This commit is contained in:
fiatjaf
2022-01-06 21:56:57 -03:00
parent 275020a7ef
commit ba0507cce7
3 changed files with 82 additions and 0 deletions

2
go.mod
View File

@@ -6,4 +6,6 @@ require (
github.com/btcsuite/btcd v0.20.1-beta // indirect
github.com/fiatjaf/bip340 v1.1.1
github.com/gorilla/websocket v1.4.2
github.com/tyler-smith/go-bip32 v1.0.0
github.com/tyler-smith/go-bip39 v1.1.0
)