Skip to content
New issue

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

Find more lightweight libraries to replace libsodium.js #1031

Open
3 tasks
webmaster128 opened this issue Feb 8, 2022 · 1 comment
Open
3 tasks

Find more lightweight libraries to replace libsodium.js #1031

webmaster128 opened this issue Feb 8, 2022 · 1 comment

Comments

@webmaster128
Copy link
Member

libsodium.js is amazing but big. This could be mitigated by using our own build. However, I assume the better path is to break it down into the algorithms we need and have them in separate modules. This allows optimizers to better remove unused code. Also only Argon2 needs Wasm speed.

Replacements for the following algos are needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants