MCPcopy
hub / github.com/aceld/zinx / DefaultHash

Function DefaultHash

zutils/hash.go:14–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12type Fnv32Hash struct{}
13
14func DefaultHash() IHash {
15 return &Fnv32Hash{}
16}
17
18// fnv32 algorithm
19func (f *Fnv32Hash) Sum(key string) uint32 {

Callers 2

NewShardLockMapsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected