1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-06-01 17:15:27 +00:00

BIP-0322: update test vectors

This commit updates the test vectors to reflect all the changes in the
previous commits and also introduces new test vectors for the Proof of
Funds variant.
This commit is contained in:
Oli
2026-04-15 14:42:26 +02:00
parent 0dd436e7d4
commit d77863fb9e
3 changed files with 403 additions and 170 deletions

View File

@@ -489,5 +489,4 @@ found in [[bip-0322/basic-test-vectors.json|<code>basic-test-vectors.json</code>
Generated test vectors for more "simple" and "full" variant test cases can be found in
[[bip-0322/generated-test-vectors.json|<code>generated-test-vectors.json</code>]].
They were generated using
[https://github.com/guggero/btcd/blob/f0d87198/btcutil/bip322/bip322_test.go#L910 this code].
They were generated using [https://github.com/btcsuite/btcd/pull/2521 this code].