diff options
author | Linus Nordberg <linus@nordberg.se> | 2021-09-07 17:06:37 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2021-10-02 00:54:13 +0200 |
commit | f75998d4b7828b653e6c3127dd1f5f31ee5914a2 (patch) | |
tree | 021739af45ddc4f7154ed3fa208507537761fa56 /doc | |
parent | 29fc6b3df732c1c5d2ab74343d676b33b0da6eff (diff) |
wording
Slightly more general claim -- "protocols" and "data formats".
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 7319a5e..d1ada44 100644 --- a/doc/design.md +++ b/doc/design.md @@ -116,7 +116,7 @@ logs rely on gossip protocols to detect forks. We built a proactive gossip protocol directly into the log. It is a variant of [witness cosigning](). - **No cryptographic agility**: the only supported signature scheme is Ed25519. The only supported hash function is SHA256. Not having any cryptographic -agility makes the protocol and the data formats simpler and more secure. +agility makes protocols and data formats simpler and more secure. - **Simple (de)serialization parsers:** complex (de)serialization parsers increase attack surfaces and make the system more difficult to use in constrained environments. A claimant's sigsum statements are serialized using |