Crc64 Class

Definition

CRC64 variant: crc-64-jones 64-bit

  • Poly: 0xad93d23594c935a9

Changes beyond initial implementation:

  • Starting Value: ulong.MaxValue
  • XOR length in HashFinal()
  • Using spliced table for faster processing
public class Crc64 : System.Security.Cryptography.HashAlgorithm
type Crc64 = class
    inherit HashAlgorithm
Inheritance

Constructors

Crc64()

Methods

HashCore(Byte[], Int32, Int32)
HashFinal()
Initialize()

Applies to