Link Search Menu Expand Document

MD4GetByteHashFromByte Method

Returns a byte hash from the input byte

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