Property | Type | Description | |
---|---|---|---|
CurrentHashValue | ulong |
Method | Description | |
---|---|---|
FNV64 ( ) : System |
Initializes a new instance of the T:FNV64 class.
|
|
Initialize ( ) : void |
Initializes an instance of T:FNV64.
|
Method | Description | |
---|---|---|
HashCore ( byte array, int ibStart, int cbSize ) : void |
Routes data written to the object into the T:FNV64 hash algorithm for computing the hash.
|
|
HashFinal ( ) : byte[] |
Returns the computed T:FNV64 hash value after all data has been written to the object.
|
Method | Description | |
---|---|---|
IUIntHashAlgorithm ( byte data ) : uint |
protected HashCore ( byte array, int ibStart, int cbSize ) : void | ||
array | byte | The input data. |
ibStart | int | The offset into the byte array from which to begin using data. |
cbSize | int | The number of bytes in the array to use as data. |
return | void |