Crc64 Class |
Namespace: ShellBoost.Core.Utilities
public class Crc64 : HashAlgorithm
The Crc64 type exposes the following members.
| Name | Description | |
|---|---|---|
| Crc64(UInt64) |
Initializes a new instance of the Crc64 class.
| |
| Crc64(UInt64, UInt64) |
Initializes a new instance of the Crc64 class.
|
| Name | Description | |
|---|---|---|
| HashSize |
Gets the size, in bits, of the computed hash code.
(Overrides HashAlgorithmHashSize.) |
| Name | Description | |
|---|---|---|
| CalculateHash |
Calculates the hash.
| |
| CreateTable |
Creates the constants table.
| |
| HashCore |
When overridden in a derived class, routes data written to the object into the hash algorithm for computing the hash.
(Overrides HashAlgorithmHashCore(Byte, Int32, Int32).) | |
| HashFinal |
When overridden in a derived class, finalizes the hash computation after the last data is processed by the cryptographic stream object.
(Overrides HashAlgorithmHashFinal.) | |
| Initialize |
Initializes an implementation of the HashAlgorithm class.
(Overrides HashAlgorithmInitialize.) |
| Name | Description | |
|---|---|---|
| DefaultSeed |
The default seed (0).
|