Function Checksum.GetChecksum

GetChecksum (byte[] arr, uint hash=0)

Calculate checksum for the byte array.

Public Static
uint GetChecksum (

byte[]

arr

Byte array to calculate checksum for. May be null.

uint

hash=0

Initial hash value. Default is 0. Can be used to chain checksums together.

)

Calculate checksum for the byte array.