package
0.0.0-20241115082555-91616abce05b
Repository: https://github.com/tencentcodedog/linux-go-1.12.6.git
Documentation: pkg.go.dev

# Packages

Package adler32 implements the Adler-32 checksum.
Package crc64 implements the 64-bit cyclic redundancy check, or CRC-64, checksum.
Package fnv implements FNV-1 and FNV-1a, non-cryptographic hash functions created by Glenn Fowler, Landon Curt Noll, and Phong Vo.

# Interfaces

Hash is the common interface implemented by all hash functions.
Hash32 is the common interface implemented by all 32-bit hash functions.
Hash64 is the common interface implemented by all 64-bit hash functions.