Skip to content

Instantly share code, notes, and snippets.

@trevormil
trevormil / bip322.go
Created May 27, 2024 21:18
BIP 322 P2WPKH BIP322 Verification in Go
package main
import (
"encoding/base64"
"log"
"github.com/btcsuite/btcd/btcutil"
"github.com/btcsuite/btcd/chaincfg"
"github.com/btcsuite/btcd/txscript"
"github.com/btcsuite/btcd/wire"