Crc64CalculateHash Method |
Calculates the hash.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax 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:
UInt64The crc 64 value.
See Also