C# Class CTR.KeyScrambler

Afficher le fichier Open project: SciresM/CTRKeyScrambler

Méthodes publiques

Свойство Type Description
SecretConstant byte[]

Méthodes publiques

Méthode Description
GetNormalKey ( byte KeyX, byte KeyY ) : byte[]

Private Methods

Méthode Description
RotateLeft ( byte input, int shift ) : byte[]
RotateRight ( byte input, int shift ) : byte[]
ToUnsignedBigInteger ( byte data ) : System.Numerics.BigInteger
XOR ( byte arr1, byte arr2 ) : byte[]

Method Details

GetNormalKey() public static méthode

public static GetNormalKey ( byte KeyX, byte KeyY ) : byte[]
KeyX byte
KeyY byte
Résultat byte[]

Property Details

SecretConstant public_oe static_oe property

public static byte[] SecretConstant
Résultat byte[]