package
Version:
v0.0.0-...-afc20ba
Opens a new window with list of versions in this module.
Published: Jul 2, 2020
License: BSD-3-Clause
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package crc32 implements the 32-bit cyclic redundancy check, or CRC-32,
checksum as implemented by the Terraonion MegaSD cartridge.
It uses the standard CRC-32 normal polynomial but computes the CRC in a
slightly different way.
Checksum returns the CRC-32 checksum of data.
New creates a new hash.Hash32 computing the CRC-32 checksum. Its Sum
method will lay the value out in big-endian byte order.
Update returns the result of adding the bytes in p to the crc.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.