antelle / argon2-browser

Argon2 library compiled for browser runtime
https://antelle.net/argon2-browser
MIT License
383 stars 81 forks source link

Make simd load automatically #89

Open quexten opened 1 year ago

quexten commented 1 year ago

Hi, this PR chages the argon2.js script to check for simd availability via the wasm-feature-detect library, and load the simd-enabled binary if simd support is available.