Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Crc32Sum ¶
type Crc32Sum [4]byte
Crc32Sum is an CRC-32 hash sum as a byte array.
func CalculateCrc32 ¶
CalculateCrc32 calculates the CRC-32 check sum and returns it as a hexadecimal text and byte array.
type Md5Sum ¶
type Md5Sum [16]byte
Md5Sum is an MD-5 hash sum as a byte array.
func CalculateMd5 ¶
CalculateMd5 calculates the MD-5 check sum and returns it as a hexadecimal text and byte array.
type Sha1Sum ¶
type Sha1Sum [20]byte
Sha1Sum is an SHA-1 hash sum as a byte array.
func CalculateSha1 ¶
CalculateSha1 calculates the SHA-1 check sum and returns it as a hexadecimal text and byte array.
Click to show internal directories.
Click to hide internal directories.