File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -109,10 +109,10 @@ Multi-signature enhances the security by allowing multiple signers to sign the
109
109
same payload. The resulted signatures are encoded and transmitted preferably
110
110
using the recommended [JSON envelope](envelope.md).
111
111
112
- A `(t, n)`-[JSON envelope](envelope.md) is valid if the enclosed signatures pass
113
- the verification against at least `t` of `n` unique trusted public keys.
112
+ A `(t, n)`-ENVELOPE is valid if the enclosed signatures pass the verification
113
+ against at least `t` of `n` unique trusted public keys.
114
114
115
- To verify a `(t, n)`-ENVELOPE against `n` unique trusted public keys :
115
+ To verify a `(t, n)`-ENVELOPE:
116
116
117
117
- Receive and decode SERIALIZED_BODY, PAYLOAD_TYPE, SIGNATURES from ENVELOPE.
118
118
Reject if decoding fails.
You can’t perform that action at this time.
0 commit comments