Skip to content

Commit aa92d9c

Browse files
committed
add test vectors to BIP-322
1 parent 1b6c85b commit aa92d9c

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

bip-0322.mediawiki

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ This specification is backwards compatible with the legacy signmessage/verifymes
144144

145145
== Reference implementation ==
146146

147-
TODO
147+
* Bitcoin Core pull request (basic support) at: https://github.com/bitcoin/bitcoin/pull/24058
148148
149149
== Acknowledgements ==
150150

@@ -160,4 +160,21 @@ This document is licensed under the Creative Commons CC0 1.0 Universal license.
160160

161161
== Test vectors ==
162162

163-
TODO
163+
=== Message hashing ===
164+
165+
Message hashes are BIP340-tagged hashes of a message, i.e. sha256_tag(m), where tag = <code>BIP0322-signed-message</code>, and m is the message as is without length prefix or null terminator:
166+
167+
* Message = "" (empty string): <code>c90c269c4f8fcbe6880f72a721ddfbf1914268a794cbb21cfafee13770ae19f1</code>
168+
* Message = "Hello World": <code>f0eb03b1a75ac6d9847f55c624a99169b5dccba2a31f5b23bea77ba270de0a7a</code>
169+
170+
=== Message signing ===
171+
172+
Given below parameters:
173+
174+
* private key <code>L3VFeEujGtevx9w18HD1fhRbCH67Az2dpCymeRE1SoPK6XQtaN2k</code>
175+
* corresponding address <code>bc1q9vza2e8x573nczrlzms0wvx3gsqjx7vavgkx0l</code>
176+
177+
Produce signatures:
178+
179+
* Message = "" (empty string): <code>AkcwRAIgFuS8y5m0ym9Gj2odoVB5NIL+cPYkeEj8LL1N/6P58X8CIA6jJ9QH2iYKRXVfmhsDzHq1bMS4Adj0nb8DDSdN/SpBASECx/EgAxlkQpQ9hYjgGu6EBCPMVPwVIVJqO4XCsMvViHI=</code>
180+
* Message = "Hello World": <code>AkcwRAIgG3PASL/vRTgAqogWT6S8rUOQXNnfRzX6JncmbFlHc1ACIGQdsW+rnVmsQzyAYRQisHKFMigDmKiL7LUw4x17Fw5tASECx/EgAxlkQpQ9hYjgGu6EBCPMVPwVIVJqO4XCsMvViHI=</code>

0 commit comments

Comments
 (0)