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 cacf247 commit d84874bCopy full SHA for d84874b
protocol.md
@@ -103,6 +103,15 @@ To verify:
103
Either standard or URL-safe base64 encodings are allowed. Signers may use
104
either, and verifiers **MUST** accept either.
105
106
+## Multi-signature Verification
107
+
108
+Multi-signature enhances the security by allowing multiple signers to sign the
109
+same payload. The resulted signatures are encoded and transmitted preferably
110
+using the recommended [JSON envelope](envelope.md).
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 public keys.
114
115
## Test Vectors
116
117
See [reference implementation](implementation/signing_spec.py). Here is an
0 commit comments