Click or drag to resize

Crc64 Constructor (UInt64, UInt64)

Initializes a new instance of the Crc64 class.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public Crc64(
	ulong polynomial,
	ulong seed
)

Parameters

polynomial
Type: SystemUInt64
The polynomial.
seed
Type: SystemUInt64
The seed.
See Also