README
This is a web worker wrapper for argo2-browser.
At the moment it only exposes the hash function but the rest can be easily added.
A web worker wrapper for argon2-browser to easily use it from a web worker
<script type="module">
import argon2Webworker from 'https://cdn.skypack.dev/argon2-webworker';
</script>
This is a web worker wrapper for argo2-browser.
At the moment it only exposes the hash function but the rest can be easily added.