just some basic bip340 key functions instead.

This commit is contained in:
fiatjaf
2022-01-06 08:24:20 -03:00
parent 8558025305
commit 275020a7ef
3 changed files with 12 additions and 559 deletions

5
go.mod
View File

@@ -3,8 +3,7 @@ module github.com/fiatjaf/go-nostr
go 1.15
require (
github.com/ethereum/go-ethereum v1.10.14
github.com/fiatjaf/bip340 v1.1.0
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-bip39 v1.1.0
)