Skip to content

Commit 8a327af

Browse files
committed
make "break" required.
Signed-off-by: Shiwei Zhang <[email protected]>
1 parent 090ecc1 commit 8a327af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ To verify a `(t, n)`-ENVELOPE:
121121
- Verify SIGNATURE against PAE(UTF8(PAYLOAD_TYPE), SERIALIZED_BODY). Skip
122122
over if the verification fails.
123123
- Add the accepted public key to the set ACCEPTED_KEYS.
124-
- Optionally, break if the cardinality of ACCEPTED_KEYS is greater or
124+
- Break if the cardinality of ACCEPTED_KEYS is greater or
125125
equal to `t`.
126126
- Reject if the cardinality of ACCEPTED_KEYS is less than `t`.
127127
- Reject if PAYLOAD_TYPE is not a supported type.

0 commit comments

Comments
 (0)