Crc64Iso Class |
Namespace: ShellBoost.Core.Utilities
public class Crc64Iso : Crc64
The Crc64Iso type exposes the following members.
Name | Description | |
---|---|---|
Crc64Iso |
Initializes a new instance of the Crc64Iso class.
| |
Crc64Iso(UInt64) |
Initializes a new instance of the Crc64Iso class.
|
Name | Description | |
---|---|---|
HashSize |
Gets the size, in bits, of the computed hash code.
(Inherited from Crc64.) |
Name | Description | |
---|---|---|
Compute(Byte) |
Computes the specified buffer.
| |
Compute(UInt64, Byte) |
Computes the specified seed.
| |
HashCore |
When overridden in a derived class, routes data written to the object into the hash algorithm for computing the hash.
(Inherited from Crc64.) | |
HashFinal |
When overridden in a derived class, finalizes the hash computation after the last data is processed by the cryptographic stream object.
(Inherited from Crc64.) | |
Initialize |
Initializes an implementation of the HashAlgorithm class.
(Inherited from Crc64.) |
Name | Description | |
---|---|---|
Iso3309Polynomial |
The ISO 3309 polynomial
|