Click or drag to resize

Crc64Iso Methods

The Crc64Iso type exposes the following members.

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
See Also