C# Class HabboEncryption.Utils.BigIntegerMethods

Show file Open project: Joopie1994/HabboEncryption

Public Methods

Method Description
BitLength ( this scope ) : int
GetLowestSetBit ( this scope ) : int
ModInverse ( this a, BigInteger n ) : BigInteger
ToByteArray ( this scope, bool asLittleEndian ) : byte[]

Method Details

BitLength() public static method

public static BitLength ( this scope ) : int
scope this
return int

GetLowestSetBit() public static method

public static GetLowestSetBit ( this scope ) : int
scope this
return int

ModInverse() public static method

public static ModInverse ( this a, BigInteger n ) : BigInteger
a this
n BigInteger
return BigInteger

ToByteArray() public static method

public static ToByteArray ( this scope, bool asLittleEndian ) : byte[]
scope this
asLittleEndian bool
return byte[]