MD4GetByteHashFromByte Method Bytescout Spreadsheet SDK
Returns a byte hash from the input byte

Namespace:  Bytescout.Spreadsheet.BaseClasses
Assembly:  Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-master
Syntax

public byte[] GetByteHashFromByte(
	byte b
)

Parameters

b
Type: SystemByte
byte to hash

Return Value

Type: Byte
binary hash of the input byte
See Also

Reference