C# Class SmartEngine.Network.XTEA

Show file Open project: fiki574/rAPB

Public Methods

Method Description
Decrypt ( byte &buffer, int &length, int index, uint key ) : bool
Encrypt ( byte &buffer, int &length, int index, uint key ) : bool

Method Details

Decrypt() public static method

public static Decrypt ( byte &buffer, int &length, int index, uint key ) : bool
buffer byte
length int
index int
key uint
return bool

Encrypt() public static method

public static Encrypt ( byte &buffer, int &length, int index, uint key ) : bool
buffer byte
length int
index int
key uint
return bool