C# Class SmartEngine.Network.XTEA

Afficher le fichier Open project: fiki574/rAPB

Méthodes publiques

Méthode 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 méthode

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

Encrypt() public static méthode

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