You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: