Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WICG/webpackage
/ Sign
Method
Sign
go/internal/signingalgorithm/signingalgorithm.go:17–17 ·
view source on GitHub ↗
(m []byte)
Source
from the content-addressed store, hash-verified
15
16
type
SigningAlgorithm
interface
{
17
Sign(m []byte) ([]byte, error)
18
}
19
20
type
MockSigningAlgorithm
struct
{}
Callers
4
TestSignVerify_ECDSA_P256_SHA256
Function · 0.65
TestSignVerify_ED25519
Function · 0.65
TestSignVerify_ED25519_Encrypted
Function · 0.65
Sign
Method · 0.65
Implementers
3
ParsedEd25519KeySigningStrategy
go/integrityblock/parsed-ed25519-key-s
MockSigningAlgorithm
go/internal/signingalgorithm/signingal
ecdsaSigningAlgorithm
go/internal/signingalgorithm/signingal
Calls
no outgoing calls
Tested by
3
TestSignVerify_ECDSA_P256_SHA256
Function · 0.52
TestSignVerify_ED25519
Function · 0.52
TestSignVerify_ED25519_Encrypted
Function · 0.52