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 3325650 commit ba20f9cCopy full SHA for ba20f9c
dsse/sign.go
@@ -95,7 +95,8 @@ func NewEnvelopeSigner(p ...SignVerifier) (*envelopeSigner, error) {
95
/*
96
NewMultiEnvelopeSigner creates an EnvelopeSigner that uses 1+ Signer
97
algorithms to sign the data.
98
-Creates a verifier with threshold at least threshold amount of the providers must validate signitures successfully.
+Creates a verifier with threshold.
99
+threashold indicates the amount of providers that must validate the envelope.
100
*/
101
func NewMultiEnvelopeSigner(threshold int, p ...SignVerifier) (*envelopeSigner, error) {
102
var providers []SignVerifier
0 commit comments