diff options
author | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2021-06-11 14:11:58 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2021-06-11 14:11:58 +0200 |
commit | c8400f98809fbc245f040598e8471fd833e5c1a5 (patch) | |
tree | 379aebb16ded8754e13ae6ec434a7fe8ba7f1df6 /README.md | |
parent | 93633a5d623f6e5ba39dfc19cdbc7e03bf094045 (diff) | |
parent | 85acc5694ddceed66962c01c1d0fd4f94aee3645 (diff) |
Merge branch 'main' of github.com:system-transparency/stfe into main
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,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 |