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

Method Sign

crypto/verifier/common.go:39–39  ·  view source on GitHub ↗
(MarshalHasher, *ca.PrivateKey)

Source from the content-addressed store, hash-verified

37 SetHash(MarshalHasher) error
38 SignHash(*ca.PrivateKey) error
39 Sign(MarshalHasher, *ca.PrivateKey) error
40 VerifyHash(MarshalHasher) error
41 VerifySignature() error
42 Verify(MarshalHasher) error

Callers 12

initFunction · 0.65
TestSignFunction · 0.65
BenchmarkSignFunction · 0.65
BenchmarkVerifyFunction · 0.65
BenchmarkParseSignatureFunction · 0.65
addJacobianMethod · 0.65
SignMethod · 0.65
SignHashMethod · 0.65

Implementers 1

DefaultHashSignVerifierImplcrypto/verifier/common.go

Calls

no outgoing calls

Tested by 9

TestSignFunction · 0.52
BenchmarkSignFunction · 0.52
BenchmarkVerifyFunction · 0.52
BenchmarkParseSignatureFunction · 0.52
SignMethod · 0.52