MCPcopy Create free account
hub / github.com/WICG/webpackage / Verify

Method Verify

go/internal/signingalgorithm/signingalgorithm.go:65–65  ·  view source on GitHub ↗
(msg, sig []byte)

Source from the content-addressed store, hash-verified

63
64type Verifier interface {
65 Verify(msg, sig []byte) (bool, error)
66}
67
68type ecdsaVerifier struct {

Callers 11

VerifyEd25519SignatureFunction · 0.65
TestSignVerify_ED25519Function · 0.65
VerifyMethod · 0.65
verifyVouchedSubsetFunction · 0.65
verifySignatureFunction · 0.65
verificationShouldFailFunction · 0.65
verifyFunction · 0.65
jsonPrintHeadersFunction · 0.65

Implementers 2

ecdsaVerifiergo/internal/signingalgorithm/signingal
Exchangego/signedexchange/signedexchange.go

Calls

no outgoing calls

Tested by 5

TestSignVerify_ED25519Function · 0.52
verificationShouldFailFunction · 0.52