UNPKG
@lifeworld/lucia
Version:
latest (3.2.1)
3.2.1
A simple and flexible authentication library
github.com/pilcrowOnPaper/lucia
pilcrowOnPaper/lucia
@lifeworld/lucia
/
dist
/
scrypt
/
index.d.ts
8 lines
(7 loc)
•
193 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
function
scrypt
(
password
:
Uint8Array
,
salt
:
Uint8Array
,
options
: { N:
number
; r:
number
; p:
number
; dkLen?:
number
; maxmem?:
number
; }
):
Promise
<
Uint8Array
>;