Click or drag to resize

Crc64.CalculateHash 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: System.UInt64
The seed.
table
Type:System.UInt64[]
The table.
buffer
Type:System.Byte[]
The buffer.
start
Type: System.Int32
The start.
size
Type: System.Int32
The size.

Return Value

Type: UInt64
The crc 64 value.
See Also