1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-08-03 18:21:54 +00:00

Merge pull request #2220 from jeanpablojp/bip360-fix-pqc-vectors

bip360: fix leafHashes order and a control byte in the pqc test vectors
This commit is contained in:
Jon Atack
2026-08-01 09:34:22 -07:00
committed by GitHub

View File

@@ -72,7 +72,7 @@
"bip350Address": "bc1zzcvuumfz53k75pzuft0h7hen66qs6qxsa8y2f3a6xhdn0wg4cczq0h84sj",
"scriptPathControlBlocks": [
"c1f224a923cd0021ab202ab139cc56802ddb92dcfc172b9212261a539df79a112a",
"c13bb0db8c6adcd87330a4a8c91be0fe1b23da3c151b6f2fb4f269429c43b8d8bc"
"fb3bb0db8c6adcd87330a4a8c91be0fe1b23da3c151b6f2fb4f269429c43b8d8bc"
]
}
},
@@ -184,9 +184,9 @@
},
"intermediary": {
"leafHashes": [
"0840c39e59eda6c9deee687a480cb169130c2f053ed2eb3134511ec1cfd8a2c7",
"b2a5304f678cc5a2ed51feb377dd0a609bd22ec979cc608bfcf884d0f8e6f93a",
"837ef6677aeb0df2b0de47f45024684cc6ca03bda10fa30bb5bc05a94beb8dd1",
"b2a5304f678cc5a2ed51feb377dd0a609bd22ec979cc608bfcf884d0f8e6f93a"
"0840c39e59eda6c9deee687a480cb169130c2f053ed2eb3134511ec1cfd8a2c7"
],
"merkleRoot": "eaf8f557fdb9673de7bb9bad7e7452da9f44a3e65133fdadf2849c55cfb3cf5b"
},
@@ -232,9 +232,9 @@
},
"intermediary": {
"leafHashes": [
"52e9326c2bf04d926b7e9f6c7645dd853f3f007b870201de9b814952750c9310",
"ddb521a44e33ff4974e618d8b8b7794275b7dc754d847c537404f84330454361",
"dcef3ce86cc8cea78c9e00f3d9ef58360cb6ed3cb90ec62efe00b9703854ba5c",
"ddb521a44e33ff4974e618d8b8b7794275b7dc754d847c537404f84330454361"
"52e9326c2bf04d926b7e9f6c7645dd853f3f007b870201de9b814952750c9310"
],
"merkleRoot": "51e3c1151ba73d9efce801837773331bf9030977242f62dfeb6756795f482409"
},