Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
35
type
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
TestChain
Function · 0.65
ComputeHash
Method · 0.65
setHash
Method · 0.65
TestBlock_PackAndSignBlock
Function · 0.65
loadGenesis
Function · 0.65
Implementers
1
DefaultHashSignVerifierImpl
crypto/verifier/common.go
Calls
no outgoing calls
Tested by
2
TestChain
Function · 0.52
TestBlock_PackAndSignBlock
Function · 0.52