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

Method Verify

types/ack_type.go:79–81  ·  view source on GitHub ↗

Verify checks hash and signature in ack header.

()

Source from the content-addressed store, hash-verified

77
78// Verify checks hash and signature in ack header.
79func (sh *SignedAckHeader) Verify() (err error) {
80 return sh.DefaultHashSignVerifierImpl.Verify(&sh.AckHeader)
81}
82
83// Sign the request.
84func (sh *SignedAckHeader) Sign(signer *asymmetric.PrivateKey) (err error) {

Callers

nothing calls this directly

Calls 1

VerifyMethod · 0.65

Tested by

no test coverage detected