WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes the bound on `CustomizedPasswordHasher::Params` to remove the
`Err = Error` bound on `FromStr`.
Instead, the blanket impl of `PasswordVerifier` has been updated to
require `Error: From<E>` where `E` is `FromStr::Err`.
This allows crates to still use custom error types for params, which may
be more expressive for a specific algorithm.
0 commit comments