CRC32.GetChecksum(byte[])

Method in CRC32

Summary

Computes a CRC32 checksum from the given bytes.

public static uint GetChecksum(byte[] bytes)

Parameters

NameDescription
byte[] bytesThe bytes to generate a checksum for.

Returns

A CRC32 checksum derived from bytes .