From f75998d4b7828b653e6c3127dd1f5f31ee5914a2 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Tue, 7 Sep 2021 17:06:37 +0200 Subject: wording Slightly more general claim -- "protocols" and "data formats". --- doc/design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/design.md') 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 -- cgit v1.2.3