diff options
Diffstat (limited to 'doc/design.md')
-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 |