use schnorr from btcec instead of the bip340 library.

This commit is contained in:
fiatjaf
2022-05-01 15:10:18 -03:00
parent c0a2be91a1
commit 00ad1acde9
5 changed files with 87 additions and 40 deletions

4
go.mod
View File

@@ -3,8 +3,8 @@ module github.com/fiatjaf/go-nostr
go 1.15
require (
github.com/btcsuite/btcd v0.20.1-beta
github.com/fiatjaf/bip340 v1.1.1
github.com/btcsuite/btcd v0.22.1
github.com/btcsuite/btcd/btcec/v2 v2.2.0
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