funcool / buddy-hashers

Collection of password hashers.
https://funcool.github.io/buddy-hashers/latest/
Apache License 2.0
75 stars 16 forks source link

Make password derivation functions polymorphic on password arg #26

Closed DerGuteMoritz closed 2 years ago

DerGuteMoritz commented 2 years ago

This allows passing in already decoded byte arrays as password values instead of forcing callers to pass UTF-8 strings.

niwinz commented 2 years ago

Looks nice!