All of the crates in this repo provide a low level API for key derivation functions, as well as a high-level API for working with password hash strings (either PHC or MCF, and soon hopefully both for some constructions).
Right now most crates call this feature simple. The name has some precedent, but may not be completely intuitive for some users.
balloon-hash just calls the feature password-hash after the password-hash crate, which also makes sense.
Should we continue using the simple name, or is password-hash a better name? Whatever we do, it should be consistent across all crates.
All of the crates in this repo provide a low level API for key derivation functions, as well as a high-level API for working with password hash strings (either PHC or MCF, and soon hopefully both for some constructions).
Right now most crates call this feature
simple. The name has some precedent, but may not be completely intuitive for some users.balloon-hashjust calls the featurepassword-hashafter thepassword-hashcrate, which also makes sense.Should we continue using the
simplename, or ispassword-hasha better name? Whatever we do, it should be consistent across all crates.