diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 31 |
1 files changed, 29 insertions, 2 deletions
@@ -1,2 +1,29 @@ -# sigsum -Documentation +# The Sigsum Project +Sigsum is a free and open source project that brings transparency logging to +**sig**ned check**sum**s. Logging _sigsums_ and not a concreter type like +_certificates_ keep the overall design simple and generally useful. + +✔ Minimalistic design that simplifies log operations and usage </br> +✔ Centralised log operations but distributed trust assumptions </br> +✔ Discoverability of claims for the data of your choice</br> + +In other words, what you claim about your data is up to you. Examples could be + _everyone gets the same news articles_, + _software package X builds reproducibly_, or + _a list of key-value pairs is maintained with policy Y_. + +Sigsum logging makes it reasonable to believe these claims by adding enough +discoverability to verify them. + +## Join the conversation +- IRC: \#sigsum @ oftc.net +- Matrix: [#sigsum:matrix.org](https://app.element.io/#/room/#sigsum:matrix.org) + +## Useful links +- Go implementation of a sigsum log: [sigsum-log-go](https://github.com/sigsum/sigsum-log-go) +- Python implementation of a sigsum witness: [sigsum-witness-py](https://github.com/sigsum/sigsum-witness-py) +- Design and API specifications: [documentation](https://github.com/sigsum/sigsum/tree/main/doc) +- Meeting minutes and persisted notes: [archive](https://github.com/sigsum/sigsum/tree/main/archive) +- Website + - https://www.sigsum.org + - https://er3n3jnvoyj2t37yngvzr35b6f4ch5mgzl3i6qlkvyhzmaxo62nlqmqd.onion |