@hazae41/argon2.wasm
Version:
WebAssembly port of Argon2
14 lines (9 loc) • 350 B
JavaScript
;
var index = require('./mods/index.cjs');
var argon2_wasm = require('../wasm/pkg/argon2_wasm.cjs');
exports.Argon2Wasm = index;
exports.initBundled = index.initBundled;
exports.Argon2Deriver = argon2_wasm.Argon2Deriver;
exports.Memory = argon2_wasm.Memory;
exports.initSync = argon2_wasm.initSync;
//# sourceMappingURL=index.cjs.map