aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2021-06-11 14:05:49 +0200
committerLinus Nordberg <linus@nordberg.se>2021-06-11 14:05:49 +0200
commit85acc5694ddceed66962c01c1d0fd4f94aee3645 (patch)
treed9e0a0db1fc0e715fccb7c437dc0353de4355d44
parent0d0a29fcec052058bb282a2b0745cbd2c2568c85 (diff)
re lack of crypto agility: data formats are affected too
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 82896e1..5992e26 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ logs rely on gossip protocols to detect forks. We built a proactive gossip
protocol directly into the log. It is based on 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 simpler and more secure.
+agility makes the protocol and the data formats simpler and more secure.
- **Few and simple (de)serialization parsers:** complex (de)serialization
parsers increase attack surfaces and make the system more difficult to use in
constrained environments. End-users need a small subset of Trunnel to work with