Crc64
Provides an implementation of the CRC-64 algorithm as described in ECMA-182, Annex B.
public Crc64()
Initializes a new instance of the Crc64 class.
Computes the CRC-64 hash of the provided data.
Computes the CRC-64 hash of the provided data.
Computes the CRC-64 hash of the provided data into the provided destination.
Computes the CRC-64 hash of the provided data.
Attempts to compute the CRC-64 hash of the provided data into the provided destination.
Gets the current computed hash value without modifying accumulated state.