antelle / argon2-browser

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

Refactor memory units conversions #50

Closed fellowseb closed 3 years ago

fellowseb commented 3 years ago

Hi !

This pull request does a minor refactor on how units are used when initializing the WASM memory. No difference in the computations of initialMemory or totalMemory though.

Thanks!

antelle commented 3 years ago

Thank you! 🎁