Skip to main content

Module rsa

Module rsa 

Source
Expand description

RSA padding used by Telegram’s auth key exchange.

Structs§

Key
An RSA public key (n, e).

Functions§

encrypt_hashed
RSA-encrypt data using the MTProto RSA-PAD scheme.