diff options
author | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2021-10-12 17:38:34 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2021-10-12 17:38:34 +0200 |
commit | 29d1971f5f5dd3a3f2943d1add5029c62e5f9372 (patch) | |
tree | 3810c94c2234320d73a295c3825e278c9c20c296 | |
parent | 7d5f7cf12c6b16baa31a942a88e6a12affcb8a73 (diff) |
removed mention of Go modules
Strictly speaking the logged data structure is a checksum of a Go
module. This could be confusing with the wording of this sentence.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ # The Sigsum Project Sigsum is a free and open-source project that brings transparency logging to **sig**ned check**sum**s. The overall design is kept general by not logging -a more concrete data structure like TLS certificates or Go modules. +a more concrete data structure like TLS certificates. - [x] Discoverability of signed checksums for the data of your choice - [x] Centralised log operations but distributed trust assumptions |