Preparing search index...
The search index is not available
mtcute - v0.17.2
mtcute
@mtcute/core
utils
computeNewPasswordHash
Function computeNewPasswordHash
compute
New
Password
Hash
(
crypto
,
algo
,
password
)
:
Promise
<
Uint8Array
>
Compute new password SRP hash as defined by MTProto.
Parameters
crypto
:
ICryptoProvider
Crypto provider
algo
:
TypePasswordKdfAlgo
KDF algorithm
password
:
string
Password
Returns
Promise
<
Uint8Array
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
mtcute - v0.17.2
Loading...
Compute new password SRP hash as defined by MTProto.