alexedwards / argon2id

Argon2id password hashing and verification for Go
MIT License
467 stars 45 forks source link

Rewrite a lot #16

Closed seantcanavan closed 1 year ago

seantcanavan commented 1 year ago

Sorry Alex - I forked this lib from you a while ago and meant to commit this against my own version - apologies!

EDIT: For context your code was an amazing foundation for implementing argon2id in my lambda functions but I had to tune the parameters of the hashing function specifically to optimize for api end point latency when performing hashing functions. That and I wanted to clean up the interface quite a bit as well as overhaul and expand the tests.

My fork is still very compatible with yours since the core change is just different public facing functions as well as a new set of Params tuned for lambda but it doesn't look like your library is getting a ton of attention from you so I forked it instead and went my own way.