Documentation ¶
Overview ¶
Package pycrc32 includes helpers for PangYa's CRC32 implementation.
Index ¶
Constants ¶
View Source
const (
// File is the CRC polynomial for calculating file checksums (fcrcs).
File = 0x04c11db7
)
Variables ¶
View Source
var ( // FileTable is the CRC32 table for calculating file checksums (fcrcs). FileTable = crc32.MakeTable(File) )
Functions ¶
func FileChecksum ¶
FileChecksum returns the file checksum (fcrc) value for a given buffer.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.