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.
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
, andscrypt
crates to be updated without any user-facing changes.