This commit is contained in:
Mohamed Awnallah 2025-03-10 14:53:20 +02:00 committed by GitHub
commit 17cdead376
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,6 +19,9 @@ const HashSize = 32
const MaxHashStringSize = HashSize * 2
var (
// TagBIP0322SignedMsg is the BIP-0322 tag for generic signed messages.
TagBIP0322SignedMsg = []byte("BIP0322-signed-message")
// TagBIP0340Challenge is the BIP-0340 tag for challenges.
TagBIP0340Challenge = []byte("BIP0340/challenge")