We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 090ecc1 commit 8a327afCopy full SHA for 8a327af
protocol.md
@@ -121,7 +121,7 @@ To verify a `(t, n)`-ENVELOPE:
121
- Verify SIGNATURE against PAE(UTF8(PAYLOAD_TYPE), SERIALIZED_BODY). Skip
122
over if the verification fails.
123
- Add the accepted public key to the set ACCEPTED_KEYS.
124
- - Optionally, break if the cardinality of ACCEPTED_KEYS is greater or
+ - Break if the cardinality of ACCEPTED_KEYS is greater or
125
equal to `t`.
126
- Reject if the cardinality of ACCEPTED_KEYS is less than `t`.
127
- Reject if PAYLOAD_TYPE is not a supported type.
0 commit comments