Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Checksum ¶
Checksum calculates CRC32A (ITU I.363.5 algorithm, popularized by BZIP2) checksum. This function will produce the same results as following PHP code:
hexdec(hash('crc32', $data))
func ChecksumHex ¶
ChecksumHex is a convenience function that outputs CRC32A (ITU I.363.5 algorithm, popularized by BZIP2) checksum as a hex string. This function will produce the same results as following PHP code:
hash('crc32', $data)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.