MD4GetByteHashFromBytes Method Bytescout Spreadsheet SDK
Returns a binary hash from an input byte array

Namespace:  Bytescout.Spreadsheet.BaseClasses
Assembly:  Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-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