Hacker News new | past | comments | ask | show | jobs | submit login

You'll find this convention in other JS crypto stuff as well, like libraries for password hashing. Eg:

https://www.npmjs.com/package/@node-rs/argon2

https://www.npmjs.com/package/bcrypt

Though the bcrypt package does provide an additional sync API. (You should be using argon2 though.)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: