UNPKG
sophys
Version:
latest (4.0.26)
4.0.28
4.0.26
4.0.0-beta.1
Sophon wallet library.
octonion.institute/susy-js/sophys.js
sophys
/
utils
/
pbkdf2.d.ts
3 lines
(2 loc)
•
175 B
TypeScript
View Raw
1
2
3
import
{
Arrayish
}
from
'./bytes'
;
export
declare
function
pbkdf2
(
password
:
Arrayish
,
salt
:
Arrayish
,
iterations
:
number
,
keylen
:
number
,
hashAlgorithm
:
string
):
Uint8Array
;