The following tables list the members exposed by Murmur3.
| Name | Description | |
|---|---|---|
|
Murmur3 Constructor | Overloaded. |
| Name | Description | |
|---|---|---|
|
HashSizeValue | (Inherited from System.Security.Cryptography.HashAlgorithm) |
|
State | (Inherited from System.Security.Cryptography.HashAlgorithm) |
| Name | Description | |
|---|---|---|
|
CanReuseTransform | Overridden. Gets a value indicating whether the current transform can be reused. |
|
CanTransformMultipleBlocks | Overridden. When overridden in a derived class, gets a value indicating whether multiple blocks can be transformed. |
|
Hash | (Inherited from System.Security.Cryptography.HashAlgorithm) |
|
HashSize | Overridden. Gets the size, in bits, of the computed hash code. |
|
InputBlockSize | Overridden. When overridden in a derived class, gets the input block size. |
|
OutputBlockSize | Overridden. When overridden in a derived class, gets the output block size. |
|
Seed |
| Name | Description | |
|---|---|---|
|
Clear | (Inherited from System.Security.Cryptography.HashAlgorithm) |
|
ComputeHash | Overloaded. (Inherited from System.Security.Cryptography.HashAlgorithm) |
|
Create | |
|
Dispose | Overloaded. (Inherited from System.Security.Cryptography.HashAlgorithm) |
|
Initialize | Overridden. Initializes an implementation of the System.Security.Cryptography.HashAlgorithm class. |
|
TransformBlock | (Inherited from System.Security.Cryptography.HashAlgorithm) |
|
TransformFinalBlock | (Inherited from System.Security.Cryptography.HashAlgorithm) |
| Name | Description | |
|---|---|---|
|
HashCore | Overridden. When overridden in a derived class, routes data written to the object into the hash algorithm for computing the hash. |
|
HashFinal | Overridden. When overridden in a derived class, finalizes the hash computation after the last data is processed by the cryptographic stream object. |