MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / Sign

Method Sign

crypto/verifier/common_test.go:50–52  ·  view source on GitHub ↗
(signer *asymmetric.PrivateKey)

Source from the content-addressed store, hash-verified

48}
49
50func (o *MockObject) Sign(signer *asymmetric.PrivateKey) error {
51 return o.HSV.Sign(&o.MockHeader, signer)
52}
53
54func (o *MockObject) Verify() error {
55 return o.HSV.Verify(&o.MockHeader)

Callers

nothing calls this directly

Calls 1

SignMethod · 0.65

Tested by

no test coverage detected