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 8a327af commit ed02b79Copy full SHA for ed02b79
protocol.md
@@ -121,8 +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
- - Break if the cardinality of ACCEPTED_KEYS is greater or
125
- equal to `t`.
+ - Break if the cardinality of ACCEPTED_KEYS is greater or 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.
128
- Parse SERIALIZED_BODY according to PAYLOAD_TYPE. Reject if the parsing
0 commit comments