All pages
Powered by GitBook
1 of 1

Loading...

GetChecksum(byte[])

Method in CRC32

Summary

Computes a CRC32 checksum from the given bytes.

public static uint GetChecksum(byte[] bytes)

Parameters

Name
Description

Returns

A CRC32 checksum derived from bytes .

byte[] bytes

The bytes to generate a checksum for.