Method | Description | |
---|---|---|
Hash ( byte data ) : byte[] |
Generates a cryptographic hash of the given data.
|
Method | Description | |
---|---|---|
EpochToDateTime ( ulong epoch ) : System.DateTime | ||
HexBinToString ( byte b ) : string | ||
RemoveNull ( string s ) : string | ||
StringToHexBin ( string s ) : byte[] |
public static Hash ( byte data ) : byte[] | ||
data | byte | The data to calculate the hash of. |
return | byte[] |