Preparing search index...
The search index is not available
Documentation - v0.19.5
Documentation
@mtcute/bun
utils
computeNewPasswordHash
Function computeNewPasswordHash
computeNewPasswordHash
(
crypto
:
ICryptoProvider
,
algo
:
TypePasswordKdfAlgo
,
password
:
string
,
)
:
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
Documentation - v0.19.5
Loading...
Compute new password SRP hash as defined by MTProto.