C# Class Telegram.MTProto.Crypto.RSA

Show file Open project: naphaso/kilogram Class Usage Examples

Public Methods

Method Description
Encrypt ( string fingerprint, byte data, int offset, int length ) : byte[]

Method Details

Encrypt() public static method

public static Encrypt ( string fingerprint, byte data, int offset, int length ) : byte[]
fingerprint string
data byte
offset int
length int
return byte[]