Click or drag to resize

Crc64CalculateHash Method

Calculates the hash.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected static ulong CalculateHash(
	ulong seed,
	ulong[] table,
	byte[] buffer,
	int start,
	int size
)

Parameters

seed
Type: SystemUInt64
The seed.
table
Type: SystemUInt64
The table.
buffer
Type: SystemByte
The buffer.
start
Type: SystemInt32
The start.
size
Type: SystemInt32
The size.

Return Value

Type: UInt64
The crc 64 value.
See Also