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 469c6e9 commit 1bce75fCopy full SHA for 1bce75f
protocol.md
@@ -122,8 +122,9 @@ To verify a `(t, n)`-ENVELOPE:
122
- Verify SIGNATURE against PAE(UTF8(PAYLOAD_TYPE), SERIALIZED_BODY). Skip
123
over if the verification fails.
124
- Add the accepted public key to the set ACCEPTED_KEYS.
125
- - 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`.
+ - Break if the number of unique keys in ACCEPTED_KEYS is greater or equal
+ to `t`.
127
+- Reject if the unique keys in ACCEPTED_KEYS is less than `t`.
128
- Reject if PAYLOAD_TYPE is not a supported type.
129
- Parse SERIALIZED_BODY according to PAYLOAD_TYPE. Reject if the parsing
130
fails.
0 commit comments