C# Class BattleNet.Bsha1

Show file Open project: dkuwahara/AlphaBot Class Usage Examples

Public Methods

Method Description
DoubleHash ( UInt32 client_token, UInt32 server_token, string password ) : List
GetHash ( List input ) : List

Protected Methods

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

Method Details

CalculateHash() protected static method

protected static CalculateHash ( uint &buffer ) : void
buffer uint
return void

DoubleHash() public static method

public static DoubleHash ( UInt32 client_token, UInt32 server_token, string password ) : List
client_token System.UInt32
server_token System.UInt32
password string
return List

GetHash() public static method

public static GetHash ( List input ) : List
input List
return List

getBufferByte() protected static method

protected static getBufferByte ( uint buffer, int offset ) : byte
buffer uint
offset int
return byte

setBufferByte() protected static method

protected static setBufferByte ( uint buffer, int offset, byte val ) : void
buffer uint
offset int
val byte
return void