C# 클래스 GameRevision.GW2Emu.Common.Cryptography.CryptoUtils

파일 보기 프로젝트 열기: puppt/GW2Emu

공개 메소드들

메소드 설명
GetRandomBytes ( ) : byte[]
Hash ( byte buffer ) : byte[]
ToBytes ( uint uints ) : byte[]
ToUints ( byte bytes ) : uint[]
XOR ( byte value, byte key ) : byte[]

비공개 메소드들

메소드 설명
ROL ( uint value, uint x ) : uint

메소드 상세

GetRandomBytes() 공개 정적인 메소드

public static GetRandomBytes ( ) : byte[]
리턴 byte[]

Hash() 공개 정적인 메소드

public static Hash ( byte buffer ) : byte[]
buffer byte
리턴 byte[]

ToBytes() 공개 정적인 메소드

public static ToBytes ( uint uints ) : byte[]
uints uint
리턴 byte[]

ToUints() 공개 정적인 메소드

public static ToUints ( byte bytes ) : uint[]
bytes byte
리턴 uint[]

XOR() 공개 정적인 메소드

public static XOR ( byte value, byte key ) : byte[]
value byte
key byte
리턴 byte[]