antelle / argon2-browser

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

Support Uint8Array is missing? #5

Closed rudyryk closed 6 years ago

rudyryk commented 6 years ago

Thank you for the library! I'm trying to pass Uint8Array as 'pass' and 'salt' parameters with no luck. Is it currently possible or present on roadmap?

antelle commented 6 years ago

Arrays are not supported now. But you can just encode data as string and pass to the library.

antelle commented 6 years ago

Now it's possible