Méthode | Description | |
---|---|---|
HashCore ( byte array, int start, int count ) : void | ||
HashFinal ( ) : byte[] | ||
HashFinal ( bool isEndOfLayer ) : byte[] | ||
Initialize ( ulong config ) : void |
Méthode | Description | |
---|---|---|
BytesToUInt64 ( byte buf, int offset ) : ulong | ||
Compress ( byte block, int start ) : void | ||
UInt64ToBytes ( ulong value, byte buf, int offset ) : void |
public HashCore ( byte array, int start, int count ) : void | ||
array | byte | |
start | int | |
count | int | |
Résultat | void |
public HashFinal ( bool isEndOfLayer ) : byte[] | ||
isEndOfLayer | bool | |
Résultat | byte[] |