aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus.dahlberg@kau.se>2021-04-30 14:34:38 +0200
committerRasmus Dahlberg <rasmus.dahlberg@kau.se>2021-04-30 14:34:38 +0200
commit6de2935d3a6589d35a6e7a59c56c5a67313f3ccb (patch)
tree5904d34e2b791e0ca0e2d246ff351ab1267e6274 /doc
parentb78c5a72cd6284b5be3cf4e42fd85b7f16cb0dc4 (diff)
minor edit
Diffstat (limited to 'doc')
-rw-r--r--doc/design.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/design.md b/doc/design.md
index c7be178..0aa83f2 100644
--- a/doc/design.md
+++ b/doc/design.md
@@ -186,7 +186,7 @@ question-answer format is helpful because it is easily modified and extended.
#### What cryptographic primitives are supported?
The only supported hash algorithm is SHA256. The only supported signature
scheme is Ed25519. Not having any cryptographic agility makes the protocol
-simpler and more secure.
+less complex and more secure.
An immediate follow-up question is how that is supposed to work with existing
and future signature tooling. The key insight is that _additional tooling is