SrsSec / SrsPass-pwa

A secure deterministic password generator with properties resulting in a statelessly capable password manager
https://app.srspass.com
GNU Affero General Public License v3.0
5 stars 1 forks source link

perf: wasm+simd #33

Open D-Nice opened 3 years ago

D-Nice commented 3 years ago

See what it would take to make the current argon2 wasm implementation also work with SIMD where available. Rudimentary testing on https://antelle.net/argon2-browser/ shows ~5x speedup

D-Nice commented 3 years ago

could use something like this and make my own loader? https://github.com/GoogleChromeLabs/wasm-feature-detect