diff options
author | Linus Nordberg <linus@nordberg.se> | 2021-09-07 17:06:18 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2021-10-02 00:54:13 +0200 |
commit | 29fc6b3df732c1c5d2ab74343d676b33b0da6eff (patch) | |
tree | 9a6bfeecf23944758f5cc0c8cf51ead8a6bf34d2 /doc | |
parent | 5be9b91b5afa3354dabbacdbed755639a7a4866f (diff) |
clarify distribution mechanism
Diffstat (limited to 'doc')
-rw-r--r-- | doc/design.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/design.md b/doc/design.md index 2fd9aa6..7319a5e 100644 --- a/doc/design.md +++ b/doc/design.md @@ -102,7 +102,7 @@ Our main contribution is in the details that surround the log role in practise. Below is a brief summary. - **Preserved data flows:** a believer can enforce sigsum logging without making additional outbound network connections. Proofs of public logging are provided -using the same distribution mechanism as before. +using the same distribution mechanism as is used for distributing the opaque data. - **Sharding to simplify log life cycles:** starting to operate a log is easier than closing it down in a reliable way. We have a predefined sharding interval that determines the time during which the log will be active. |