MCPcopy Create free account
hub / github.com/chainloop-dev/chainloop / NewTimestampSigner

Function NewTimestampSigner

pkg/attestation/signer/timestamp.go:30–32  ·  view source on GitHub ↗
(tsaURL string)

Source from the content-addressed store, hash-verified

28}
29
30func NewTimestampSigner(tsaURL string) *TimestampSigner {
31 return &TimestampSigner{tsaURL: tsaURL}
32}
33
34func (ts *TimestampSigner) SignMessage(ctx context.Context, payload []byte) ([]byte, error) {
35 // TSA signature

Callers 1

RenderMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected