Creates the constants table.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax protected static ulong[] CreateTable(
ulong polynomial
)
Parameters
- polynomial
- Type: SystemUInt64
The polynomial.
Return Value
Type:
UInt64The constants table.
See Also