cdepillabout / password

datatypes and functions for easily working with passwords in Haskell
http://hackage.haskell.org/package/password
55 stars 16 forks source link

Argon2 fix #45

Closed Vlix closed 3 years ago

Vlix commented 3 years ago

Should fix the inconsistency pointed out in #42

Vlix commented 3 years ago

Ok, finally, all other PRs are merged. This is the final PR before we release 3.0.0.0 and password-types

Also, I didn't credit the reporter of #42 since it seems to be a throwaway account. (jdoe0000000)

jdoe0000000 commented 3 years ago

Also, I didn't credit the reporter of #42 since it seems to be a throwaway account. (jdoe0000000)

I can confirm that this is a (semi)throwaway account -- I only use once in a while to submit bug reports and minor PRs -- so no need to credit me.

Vlix commented 3 years ago

Also, I didn't credit the reporter of #42 since it seems to be a throwaway account. (jdoe0000000)

I can confirm that this is a (semi)throwaway account -- I only use once in a while to submit bug reports and minor PRs -- so no need to credit me.

Thank you for confirming @jdoe0000000 👍

I've wanted to merge this and release 3.0.0.0 for like 1-2 weeks now, but was a bit busy. Will clean up the repo and release this weekend, I think.