We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers
For example this:
frontend/src/lib/account.ts 192:199
rawDerivedKey = sodium.crypto_pwhash( 32, password, rawSalt, publicUser.kdf.time_cost as number, publicUser.kdf.memory_cost as number, sodium.crypto_pwhash_ALG_DEFAULT );
The text was updated successfully, but these errors were encountered:
yea agreed at least the long running functions like the KDF should use web workers 👍
Sorry, something went wrong.
WardPearce
No branches or pull requests
https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers
For example this:
frontend/src/lib/account.ts 192:199
The text was updated successfully, but these errors were encountered: