diff options
author | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2021-10-13 13:24:24 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2021-10-13 13:24:24 +0200 |
commit | 17edb80738b5ad2e1c3493e9d99f6071d37fe751 (patch) | |
tree | c86a3f47bce1304a6fbf4993ddf2071e65684a71 | |
parent | ffe7102fce892f162ca290f833f07be2c0695e4f (diff) |
fixed typo
-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 4f7c06a..4d016cc 100644 --- a/doc/design.md +++ b/doc/design.md @@ -59,7 +59,7 @@ This document is about our log design. ### 1.1 - Goals and non-scope The goal of sigsum logging is to make a signer's key-usage transparent in -general. Therefore, sigsum logs allow logging of signed checksum and some +general. Therefore, sigsum logs allow logging of signed checksums and some minimally required metadata. Storing data and rich metadata is a non-goal. We want the resulting design to be easy from many different perspectives, for |