GetChecksum(byte[])
Method in CRC32
Summary
Computes a CRC32 checksum from the given bytes.
Parameters
Name
Description
byte[]
bytes
The bytes to generate a checksum for.
Returns
A CRC32 checksum derived from bytes
.
Last updated