Crc32HashCore Method

Computes the CRC-32 hash for the specified array.

Definition

Namespace: KGySoft.Security.Cryptography
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
protected override void HashCore(
	byte[] array,
	int offset,
	int count
)

Parameters

array  Byte
The input to compute the hash code for.
offset  Int32
The offset into the byte array from which to begin using data.
count  Int32
The number of bytes in the array to use as data.

See Also