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

Struct MockSigningAlgorithm

go/internal/signingalgorithm/signingalgorithm.go:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20type MockSigningAlgorithm struct{}
21
22// Sign returns the SHA-256 hash of the input.
23func (e *MockSigningAlgorithm) Sign(m []byte) ([]byte, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected