You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: demo/README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ It needs no outside network and touches nothing that is not its own.
21
21
|`-keep`| keep the working directory (database, identity, configuration) |
22
22
|`-work DIR`| parent directory for the throwaway data |
23
23
|`-repo DIR`| repository root, if it cannot be derived from the module |
24
+
|`-serve`| after the demonstration, keep the node running and print how to try the [browser verifier](../client/) against it — stop with Ctrl+C |
24
25
25
26
The output is plain text: no ANSI colours, no box drawing, no emoji, no typographic arrows — it
26
27
looks the same in every terminal and can be copied unchanged into a file, a ticket or a mail. The
@@ -53,6 +54,7 @@ single signature.
53
54
| 8 Tampering | A flipped byte, a swapped leaf, an STH signed with a foreign key — and a split view that the node signs validly with its own key. Only someone who sees both trees finds that one. |
54
55
| 9 Balance sheet | Sizes: 3407 bytes per entry on average against 488 bytes of payload on average. The lion's share is the post-quantum signature. |
55
56
56
-
Section 8 is the only one that runs ahead of the code: the split view is constructed and detected
57
-
by hand here. What notices it in production is the [monitor](../spec/owm-9-threat-model.md), which
58
-
has yet to be built.
57
+
Section 8 is the only one that runs ahead of a live deployment: the split view here is constructed
58
+
and detected by hand, in one process, to show the mechanism. What notices it between independently
59
+
operated nodes in production is the [monitor](../monitor/) — polling STHs from outside any business
60
+
relationship, exactly the gap partner gossip alone cannot close (OWM-9 A1).
0 commit comments