GetChecksum(byte[])
Last updated
Was this helpful?
Method in CRC32
Computes a CRC32 checksum from the given bytes.
public static uint GetChecksum(byte[] bytes)byte[] bytes
The bytes to generate a checksum for.
A CRC32 checksum derived from bytes .
Last updated
Was this helpful?
Was this helpful?
