RustCrypto / password-hashes

Password hashing functions / KDFs
652 stars 80 forks source link

Inconsistency between `hash_into` function names #462

Open brxken128 opened 1 year ago

brxken128 commented 1 year ago

There's multiple differently named functions that all do the same thing - hash a password into a buffer:

I personally think the easiest solution would be to rename balloon-hash' .hash_into() into .hash_password_into(), and although it'd be a breaking change it would unify the function names a little more.