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 36447b8 commit 1c078e4Copy full SHA for 1c078e4
dsse/verify.go
@@ -10,7 +10,7 @@ import (
10
Verifier verifies a complete message against a signature and key.
11
If the message was hashed prior to signature generation, the verifier
12
must perform the same steps.
13
-If Keyd returns successfully only signiture matching keyid will be verfied.
+If KeyID returns successfully, only signature matching the key ID will be verified.
14
*/
15
type Verifier interface {
16
Verify(data, sig []byte) error
0 commit comments