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

Method SetHash

crypto/verifier/common.go:37–37  ·  view source on GitHub ↗
(MarshalHasher)

Source from the content-addressed store, hash-verified

35type HashSignVerifier interface {
36 Hash() hash.Hash
37 SetHash(MarshalHasher) error
38 SignHash(*ca.PrivateKey) error
39 Sign(MarshalHasher, *ca.PrivateKey) error
40 VerifyHash(MarshalHasher) error

Callers 5

TestChainFunction · 0.65
ComputeHashMethod · 0.65
setHashMethod · 0.65
loadGenesisFunction · 0.65

Implementers 1

DefaultHashSignVerifierImplcrypto/verifier/common.go

Calls

no outgoing calls

Tested by 2

TestChainFunction · 0.52