Click or drag to resize

Crc64CreateTable Method

Creates the constants table.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected static ulong[] CreateTable(
	ulong polynomial
)

Parameters

polynomial
Type: SystemUInt64
The polynomial.

Return Value

Type: UInt64
The constants table.
See Also