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