Versions in this module Expand all Collapse all v1 v1.0.0 Mar 25, 2026 Changes in this version + func CRC16(data []byte) uint64 + func CRC32(data []byte) uint64 + func InternetChecksum(data []byte) uint64 + type ChecksumFunc func(data []byte) uint64 + type ChecksumRegistry struct + func NewChecksumRegistry() *ChecksumRegistry + func NewDefaultChecksumRegistry() *ChecksumRegistry + func (r *ChecksumRegistry) Get(name string) (ChecksumFunc, error) + func (r *ChecksumRegistry) Has(name string) bool + func (r *ChecksumRegistry) Register(name string, fn ChecksumFunc)