diff options
author | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-02-08 14:15:50 +0100 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-02-08 14:15:50 +0100 |
commit | 670618095e3f29a81ecf0d30d6058a7cfe3c93ac (patch) | |
tree | d930b8651ddbb6cbc989f37785a6f83068ba7ed9 /doc/proposals | |
parent | d7eb9405c6e311b5f799d9c30db1f709ece79858 (diff) |
persisted pads from meeting minutes
Diffstat (limited to 'doc/proposals')
-rw-r--r-- | doc/proposals/2022-02-end-user-terminology.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/proposals/2022-02-end-user-terminology.md b/doc/proposals/2022-02-end-user-terminology.md new file mode 100644 index 0000000..9b6df79 --- /dev/null +++ b/doc/proposals/2022-02-end-user-terminology.md @@ -0,0 +1,21 @@ +# Background +We are not entirely happy with the terminology "signer" and "verifier", see +[earlier proposal][] and [meeting minutes][]. At a first glance "author" seemed +like a good abstract description. More work was needed to replace "verifier". + +[earlier proposal]: https://git.sigsum.org/sigsum/tree/doc/proposals/2022-01-author-reader-terminology +[meeting minutes]: https://git.sigsum.org/sigsum/tree/archive/2022-01-18--meeting-minutes + +# Proposal +1. Keep the terminology "signer". +2. Replace "verifier" with "end-user" + +The motivation for keeping "signer" is that it feels natural when we have +conversations about Sigsum. The other natural term for the party which will use +the signed data in the end is "user". We often say "end-user" for emphasis. + +# Notes +Signer will continue to be overloaded. We should be upfront about this where +there is risk for confusion (logs and witnesses are also signers of tree heads). + +Not introducing abstract terminology unless it is needed is likely a win. |