Versions in this module Expand all Collapse all v1 v1.0.0 Jun 15, 2021 Changes in this version + func Sum64(b []byte) uint64 + func Sum64String(s string) uint64 + type Digest struct + func New() *Digest + func (d *Digest) BlockSize() int + func (d *Digest) MarshalBinary() ([]byte, error) + func (d *Digest) Reset() + func (d *Digest) Size() int + func (d *Digest) Sum(b []byte) []byte + func (d *Digest) Sum64() uint64 + func (d *Digest) UnmarshalBinary(b []byte) error + func (d *Digest) Write(b []byte) (n int, err error) + func (d *Digest) WriteString(s string) (n int, err error)