teleproto - v1.229.0
GitHub
npm
Issues
Preparing search index...
helpers
modExp
Function modExp
modExp
(
a
:
BigInteger
,
b
:
BigInteger
,
n
:
BigInteger
)
:
BigInteger
Fast mod pow for RSA calculation. a^b % n
Parameters
a
:
BigInteger
b
:
BigInteger
n
:
BigInteger
Returns
BigInteger
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
GitHub
npm
Issues
teleproto - v1.229.0
Loading...
Fast mod pow for RSA calculation. a^b % n