RustCrypto / password-hashes

Password hashing functions / KDFs
652 stars 80 forks source link

password-auth v1.0.0 #454

Closed tarcieri closed 1 year ago

tarcieri commented 1 year ago

This release is unchanged from v0.3.0.

The goal of this crate is to provide a facade with simple API which does not contain any re-exports from its dependencies, which is why it's possible to cut a v1.0.0 release.

This allows the underlying argon2, pbkdf2, and scrypt crates to be updated without any user-facing changes.