Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

password-hash v0.5.0 #1271

Merged
merged 1 commit into from
Mar 4, 2023
Merged

password-hash v0.5.0 #1271

merged 1 commit into from
Mar 4, 2023

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented Mar 4, 2023

Added

  • Error::OutputSize (#1026)
  • std::error::Error::source for Error (#1264)
  • getrandom feature (#1267)

Changed

  • Use Salt type with PasswordHasher (#1187)
  • Rename Salt::new => Salt::from_b64 (#1266)
  • Rename Salt::b64_decode => Salt::decode_b64 (#1266)
  • Rename SaltString::new => SaltString::from_b64 (#1266)
  • Rename SaltString::b64_decode => SaltString::decode_b64 (#1266)
  • Rename SaltString::b64_encode => SaltString::encode_b64 (#1266)

Fixed

  • Allow Salt to be exactly the same amount as MAX_LENGTH value (#1246)

@tarcieri tarcieri merged commit 5691d07 into master Mar 4, 2023
@tarcieri tarcieri deleted the password-hash/v0.5.0 branch March 4, 2023 23:22
tarcieri added a commit to RustCrypto/password-hashes that referenced this pull request Mar 4, 2023
tarcieri added a commit to RustCrypto/password-hashes that referenced this pull request Mar 4, 2023
@tarcieri tarcieri mentioned this pull request Apr 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant