Versions in this module Expand all Collapse all v0 v0.0.2 Feb 4, 2026 Changes in this version + func CityHash64(data []byte) uint64 + func CityHash64String(s string) uint64 + func SumHex(data []byte) string + type CityHasher struct + func NewCityHasher() *CityHasher + func (h *CityHasher) Sum(data []byte) []byte + func (h *CityHasher) Sum64(data []byte) uint64 + func (h *CityHasher) SumHex(data []byte) string + func (h *CityHasher) Type() common.IntegrityType