C# 클래스 CTR.KeyScrambler

파일 보기 프로젝트 열기: SciresM/CTRKeyScrambler

공개 프로퍼티들

프로퍼티 타입 설명
SecretConstant byte[]

공개 메소드들

메소드 설명
GetNormalKey ( byte KeyX, byte KeyY ) : byte[]

비공개 메소드들

메소드 설명
RotateLeft ( byte input, int shift ) : byte[]
RotateRight ( byte input, int shift ) : byte[]
ToUnsignedBigInteger ( byte data ) : System.Numerics.BigInteger
XOR ( byte arr1, byte arr2 ) : byte[]

메소드 상세

GetNormalKey() 공개 정적인 메소드

public static GetNormalKey ( byte KeyX, byte KeyY ) : byte[]
KeyX byte
KeyY byte
리턴 byte[]

프로퍼티 상세

SecretConstant 공개적으로 정적으로 프로퍼티

public static byte[] SecretConstant
리턴 byte[]