MCPcopy Create free account
hub / github.com/conforma/cli / SignMessage

Method SignMessage

cmd/validate/image_test.go:90–92  ·  view source on GitHub ↗
(message io.Reader, opts ...signature.SignOption)

Source from the content-addressed store, hash-verified

88}
89
90func (s *simpleFakeSigner) SignMessage(message io.Reader, opts ...signature.SignOption) ([]byte, error) {
91 return []byte("fake-signature"), nil
92}
93
94func (s *simpleFakeSigner) VerifySignature(signature, message io.Reader, opts ...signature.VerifyOption) error {
95 return nil

Callers 1

SignStatementFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected