Link Search Menu Expand Document

MD4GetByteHashFromBytes Method

Returns a binary hash from an input byte array

Namespace:Bytescout.Spreadsheet.BaseClasses
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public byte[] GetByteHashFromBytes(
	byte[] b
)

Parameters

b
Type: SystemByte
byte-array to hash

Return Value

Type: Byte
binary hash of input
See Also

Reference