pbkdf2-compat
Version:
This library provides the functionality of PBKDF2 with the ability to use any supported hashing algorithm returned from crypto.getHashes()
13 lines • 307 B
HTML
<link rel="stylesheet" type="text/css" href="../../node_modules/mocha/mocha.css">
<script src="../../node_modules/mocha/mocha.js"></script>
<div id="mocha"></div>
<script>
mocha.setup({
ui: 'bdd',
timeout:20000,
});
</script>
<script src="./bundle.js"></script>
<script>
mocha.run();
</script>