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

Interface SigningAlgorithm

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

Source from the content-addressed store, hash-verified

14)
15
16type SigningAlgorithm interface {
17 Sign(m []byte) ([]byte, error)
18}
19
20type MockSigningAlgorithm struct{}
21

Callers 4

TestSignVerify_ED25519Function · 0.65
SignMethod · 0.65

Implementers 3

ParsedEd25519KeySigningStrategygo/integrityblock/parsed-ed25519-key-s
MockSigningAlgorithmgo/internal/signingalgorithm/signingal
ecdsaSigningAlgorithmgo/internal/signingalgorithm/signingal

Calls

no outgoing calls

Tested by

no test coverage detected