C# Class HashUtils, TapBand

Afficher le fichier Open project: minimalgeek/TapBand Class Usage Examples

Méthodes publiques

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

Method Details

AddHash() public static méthode

public static AddHash ( byte data ) : byte[]
data byte
Résultat byte[]

CalculateHash() public static méthode

public static CalculateHash ( byte input, bool hasHash ) : byte[]
input byte
hasHash bool
Résultat byte[]

IsHashValid() public static méthode

public static IsHashValid ( byte data ) : bool
data byte
Résultat bool

RemoveHash() public static méthode

public static RemoveHash ( byte data ) : byte[]
data byte
Résultat byte[]