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
/
esm
/
node
/
index.mjs
6 lines
(5 loc)
•
237 B
JavaScript
View Raw
1
2
3
4
5
6
import
*
as
index
from
'./mods/index.mjs'
;
export
{ index
as
Argon2Wasm
};
export
{ initBundled }
from
'./mods/index.mjs'
;
export
{
Argon2Deriver
,
Memory
, initSync }
from
'../wasm/pkg/argon2_wasm.mjs'
;
//# sourceMappingURL=index.mjs.map