Click or drag to resize

Crc64Iso Class

A utility class to compute a crc 64 using ISO 3309 polynomial.
Inheritance Hierarchy

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

The Crc64Iso type exposes the following members.

Constructors
  NameDescription
Public methodCrc64Iso
Initializes a new instance of the Crc64Iso class.
Public methodCrc64Iso(UInt64)
Initializes a new instance of the Crc64Iso class.
Top
Properties
  NameDescription
Public propertyHashSize
Gets the size, in bits, of the computed hash code.
(Inherited from Crc64.)
Top
Methods
  NameDescription
Public methodStatic memberCompute(Byte)
Computes the specified buffer.
Public methodStatic memberCompute(UInt64, Byte)
Computes the specified seed.
Protected methodHashCore
When overridden in a derived class, routes data written to the object into the hash algorithm for computing the hash.
(Inherited from Crc64.)
Protected methodHashFinal
When overridden in a derived class, finalizes the hash computation after the last data is processed by the cryptographic stream object.
(Inherited from Crc64.)
Public methodInitialize
Initializes an implementation of the HashAlgorithm class.
(Inherited from Crc64.)
Top
Fields
  NameDescription
Public fieldStatic memberIso3309Polynomial
The ISO 3309 polynomial
Top
See Also