UNPKG
@hazae41/argon2.wasm
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
WebAssembly port of Argon2
github.com/hazae41/argon2.wasm
hazae41/argon2.wasm
@hazae41/argon2.wasm
/
dist
/
types
/
node
/
index.d.ts
5 lines
(4 loc)
•
239 B
TypeScript
View Raw
1
2
3
4
5
import
*
as
index
from
'./mods/index.js'
;
export
{ index
as
Argon2Wasm
};
export
{ initBundled }
from
'./mods/index.js'
;
export
{
Argon2Deriver
,
InitInput
,
InitOutput
,
Memory
,
SyncInitInput
, initSync }
from
'../wasm/pkg/argon2_wasm.d.js'
;