Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Hash32Repo ¶
type Hash32Repo interface { Sum(s string) string SumBytes(b []byte) string SumTimes(s string, times uint) string SumBytesTimes(b []byte, times uint) string Sum32(b []byte) (uint32, error) }
func NewCRC32 ¶
func NewCRC32(tab *crc32.Table) Hash32Repo
func NewCRCIEEE ¶
func NewCRCIEEE() Hash32Repo
Click to show internal directories.
Click to hide internal directories.