Click or drag to resize

Crc64HashCore Method

When overridden in a derived class, routes data written to the object into the hash algorithm for computing the hash.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected override void HashCore(
	byte[] array,
	int ibStart,
	int cbSize
)

Parameters

array
Type: SystemByte
The input to compute the hash code for.
ibStart
Type: SystemInt32
The offset into the byte array from which to begin using data.
cbSize
Type: SystemInt32
The number of bytes in the byte array to use as data.
See Also