C# Class BattleNet.Bsha1

Afficher le fichier Open project: dkuwahara/AlphaBot Class Usage Examples

Méthodes publiques

Méthode Description
DoubleHash ( UInt32 client_token, UInt32 server_token, string password ) : List
GetHash ( List input ) : List

Méthodes protégées

Méthode Description
CalculateHash ( uint &buffer ) : void
getBufferByte ( uint buffer, int offset ) : byte
setBufferByte ( uint buffer, int offset, byte val ) : void

Method Details

CalculateHash() protected static méthode

protected static CalculateHash ( uint &buffer ) : void
buffer uint
Résultat void

DoubleHash() public static méthode

public static DoubleHash ( UInt32 client_token, UInt32 server_token, string password ) : List
client_token System.UInt32
server_token System.UInt32
password string
Résultat List

GetHash() public static méthode

public static GetHash ( List input ) : List
input List
Résultat List

getBufferByte() protected static méthode

protected static getBufferByte ( uint buffer, int offset ) : byte
buffer uint
offset int
Résultat byte

setBufferByte() protected static méthode

protected static setBufferByte ( uint buffer, int offset, byte val ) : void
buffer uint
offset int
val byte
Résultat void