mirror of
https://github.com/btcsuite/btcd.git
synced 2025-03-13 11:35:52 +01:00
Merge 1a43f8099c
into c7191d2913
This commit is contained in:
commit
17cdead376
1 changed files with 3 additions and 0 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue