convert principal-submitter into a list in CONTRIBUTING.md

This commit is contained in:
Matthias J. Kannwischer 2019-06-23 16:16:07 +02:00
parent 4cea81d15f
commit 042d365e5c

View File

@ -33,8 +33,11 @@ See the section [API](#API) below.
length-signature: <N> # Signature only length-signature: <N> # Signature only
nistkat-sha256: sha256sum of 1st NIST KAT test case # KEM and signature nistkat-sha256: sha256sum of 1st NIST KAT test case # KEM and signature
testvectors-sha256: sha256sum of output of testvectors # Signature only testvectors-sha256: sha256sum of output of testvectors # Signature only
principal-submitter: Eve principal-submitters:
auxiliary-submitters: - Alice
- Bob
- ...
auxiliary-submitters: # optional
- Alice - Alice
- Bob - Bob
- ... - ...