C# 클래스 SmartEngine.Network.XTEA

파일 보기 프로젝트 열기: fiki574/rAPB

공개 메소드들

메소드 설명
Decrypt ( byte &buffer, int &length, int index, uint key ) : bool
Encrypt ( byte &buffer, int &length, int index, uint key ) : bool

메소드 상세

Decrypt() 공개 정적인 메소드

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

Encrypt() 공개 정적인 메소드

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