# Functions
AccountIDHasher hasher function for AccountIDHasher key type.
EthCommonHasher hasher function to hash EthCommonHasher.
NewIntegerMapOf new map of integer keys.
NewStringMapOf new map of string keys.
NewTypedMapOf new map with arbitrary keys.
NodeIDHasher hasher function for types.NodeID key type.
SHA256HashHasher hasher function for types.SHA256Hash key type.
StringHasher writes string hash and returns sum64.
# Structs
SyncMap is concurrent safe map with generics / arbitrarily typed keys Documentation: https://pkg.go.dev/github.com/puzpuzpuz/xsync.
# Type aliases
Hasher type of hasher functions.