Click or drag to resize

Crc64 Class

A utility class to compute a crc 64.
Inheritance Hierarchy

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public class Crc64 : HashAlgorithm

The Crc64 type exposes the following members.

Constructors
  NameDescription
Public methodCrc64(UInt64)
Initializes a new instance of the Crc64 class.
Public methodCrc64(UInt64, UInt64)
Initializes a new instance of the Crc64 class.
Top
Properties
  NameDescription
Public propertyHashSize
Gets the size, in bits, of the computed hash code.
(Overrides HashAlgorithmHashSize.)
Top
Methods
Fields
  NameDescription
Public fieldStatic memberDefaultSeed
The default seed (0).
Top
See Also