Preparing search index...
The search index is not available
mtcute - v0.17.2
mtcute
@mtcute/core
utils
factorizePQSync
Function factorizePQSync
factorizePQSync
(
crypto
,
pq
)
:
[
Uint8Array
,
Uint8Array
]
Factorize
p*q
to
p
and
q
synchronously using Brent-Pollard rho algorithm
Parameters
crypto
:
ICryptoProvider
pq
:
Uint8Array
Returns
[
Uint8Array
,
Uint8Array
]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
mtcute - v0.17.2
Loading...
Factorize
p*q
top
andq
synchronously using Brent-Pollard rho algorithm