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

TypeAlias Hash

crypto/hash/hash.go:42–42  ·  view source on GitHub ↗

Hash is used in several of the bitcoin messages and common structures. It typically represents the double sha256 of data.

Source from the content-addressed store, hash-verified

40// Hash is used in several of the bitcoin messages and common structures. It
41// typically represents the double sha256 of data.
42type Hash [HashSize]byte
43
44// String returns the Hash as the hexadecimal string of the byte-reversed
45// hash.

Callers 9

sortUnpackedTxsMethod · 0.92
TestResolverFunction · 0.92
hash_test.goFile · 0.85
TestHashStringFunction · 0.85
TestNewHashFromStrFunction · 0.85
TestHash_DifficultyFunction · 0.85
HashHFunction · 0.85
DoubleHashHFunction · 0.85
THashHFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected