Skip to content

Commit ed02b79

Browse files
committed
better formating
Signed-off-by: Shiwei Zhang <[email protected]>
1 parent 8a327af commit ed02b79

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

protocol.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +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-
- Break if the cardinality of ACCEPTED_KEYS is greater or
125-
equal to `t`.
124+
- Break if the cardinality of ACCEPTED_KEYS is greater or equal to `t`.
126125
- Reject if the cardinality of ACCEPTED_KEYS is less than `t`.
127126
- Reject if PAYLOAD_TYPE is not a supported type.
128127
- Parse SERIALIZED_BODY according to PAYLOAD_TYPE. Reject if the parsing

0 commit comments

Comments
 (0)