Documentation ¶
Overview ¶
Package tinysum provides a number of quazi-primitives to assist with 32 and 64-bit CRC sums
Index ¶
- func ByteSum(b []byte) (tiny string)
- func ByteSum64(b []byte) (tiny string)
- func OffsetByteSum(b []byte, offset uint32) (tiny string)
- func OffsetByteSum64(b []byte, offset uint32) (tiny string)
- func OffsetStringSum(s string, offset uint32) (tiny string)
- func OffsetStringSum64(s string, offset uint32) (tiny string)
- func StringSum(s string) (tiny string)
- func StringSum64(s string) (tiny string)
- func Sum32(b []byte) (sum uint64)
- func Sum64(b []byte) (sum uint64)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OffsetByteSum ¶
OffsetByteSum returns an offset CRC32 of the provided []byte
func OffsetByteSum64 ¶
OffsetByteSum64 returns an offset CRC64 of the provided []byte
func OffsetStringSum ¶
OffsetStringSum returns an offset CRC32 of the provided string
func OffsetStringSum64 ¶
OffsetStringSum64 returns an offset CRC64 of the provided string
func StringSum64 ¶
StringSum64 returns a CRC64 of the provided string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.