C# Class Telegram.MTProto.Crypto.AuthKey

Show file Open project: naphaso/kilogram Class Usage Examples

Public Methods

Method Description
AuthKey ( BigInteger gab ) : System
AuthKey ( byte data ) : System
CalcNewNonceHash ( byte newNonce, int number ) : byte[]
ToString ( ) : string

Method Details

AuthKey() public method

public AuthKey ( BigInteger gab ) : System
gab Telegram.mtproto.Crypto.BigInteger
return System

AuthKey() public method

public AuthKey ( byte data ) : System
data byte
return System

CalcNewNonceHash() public method

public CalcNewNonceHash ( byte newNonce, int number ) : byte[]
newNonce byte
number int
return byte[]

ToString() public method

public ToString ( ) : string
return string