Versions in this module Expand all Collapse all v0 v0.1.0 Sep 4, 2024 v0.0.6 Sep 4, 2024 Changes in this version + const DefaultSeed + func BytesToString(b []byte) string + func Sum64(data []byte) uint64 + func Sum64String(data string) uint64 + func Sum64StringWithSeed(data string, seed uint64) uint64 + func Sum64WithSeed(data []byte, seed uint64) uint64 + type Digest struct + func New(seed uint64) *Digest + func NewDefault() *Digest + func (d *Digest) BlockSize() int + func (d *Digest) InitSeed() uint64 + func (d *Digest) Reset() + func (d *Digest) Seed() uint64 + func (d *Digest) SetInitSeed(seed uint64) + func (d *Digest) SetSeed(seed uint64) + func (d *Digest) Size() int + func (d *Digest) Sum(b []byte) []byte + func (d *Digest) Sum64() uint64 + func (d *Digest) Write(input []byte) (int, error)