C# Class HashUtils, TapBand

Mostra file Open project: minimalgeek/TapBand Class Usage Examples

Public Methods

Method Description
AddHash ( byte data ) : byte[]
CalculateHash ( byte input, bool hasHash ) : byte[]
IsHashValid ( byte data ) : bool
RemoveHash ( byte data ) : byte[]

Method Details

AddHash() public static method

public static AddHash ( byte data ) : byte[]
data byte
return byte[]

CalculateHash() public static method

public static CalculateHash ( byte input, bool hasHash ) : byte[]
input byte
hasHash bool
return byte[]

IsHashValid() public static method

public static IsHashValid ( byte data ) : bool
data byte
return bool

RemoveHash() public static method

public static RemoveHash ( byte data ) : byte[]
data byte
return byte[]