Skip to content

Commit c5b1397

Browse files
author
ID Bot
committed
Script updating archive at 2025-10-23T01:59:00Z. [ci skip]
1 parent d7c848f commit c5b1397

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

archive.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"magic": "E!vIA5L86J2I",
3-
"timestamp": "2025-10-19T02:10:15.407888+00:00",
3+
"timestamp": "2025-10-23T01:58:58.737387+00:00",
44
"repo": "davidben/merkle-tree-certs",
55
"labels": [
66
{
@@ -2595,6 +2595,22 @@
25952595
"updatedAt": "2025-10-15T16:13:39Z",
25962596
"closedAt": null,
25972597
"comments": []
2598+
},
2599+
{
2600+
"number": 153,
2601+
"id": "I_kwDOJIBkVc7S6XKc",
2602+
"title": "Inclusion and consistency proof test vectors",
2603+
"url": "https://github.com/davidben/merkle-tree-certs/issues/153",
2604+
"state": "OPEN",
2605+
"author": "davidben",
2606+
"authorAssociation": "OWNER",
2607+
"assignees": [],
2608+
"labels": [],
2609+
"body": "I think the best strategy to test an implementation is actually to just exhaustively test all subtrees in all trees up to size, say, 128, but we should also have some representative test vectors.\n\nIn addition to finding funny cases along the right edge, we should include a test vector where the tree size is 2^64 - 1. I think we can construct this input by just pretending every leaf in the tree is identical, then we can compute the hash at every layer.",
2610+
"createdAt": "2025-10-21T23:31:08Z",
2611+
"updatedAt": "2025-10-21T23:31:08Z",
2612+
"closedAt": null,
2613+
"comments": []
25982614
}
25992615
],
26002616
"pulls": [

0 commit comments

Comments
 (0)