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

argon2 v0.5.0 #391

Merged
merged 1 commit into from
Mar 5, 2023
Merged

argon2 v0.5.0 #391

merged 1 commit into from
Mar 5, 2023

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented Mar 5, 2023

Added

  • Key derivation usage example (#366)
  • Inherent constants for Params recommendations (#387)

Changed

  • Merge Argon2 and Instance structs (#247)
  • Refactor ParamsBuilder to make it more ergonomic (#247)
  • Bump password-hash dependency to v0.5 (#383)
  • Adopt OWASP recommended default Params (#386)
  • MSRV 1.65 (#391)

Fixed

  • Erroneous docs for m_cost and Block (#247)
  • Allow zeroize in heapless environments (i.e. without alloc) (#374)

Removed

  • Memory struct (#247)
  • Unsound parallel feature - see #380 (#247)

@tarcieri tarcieri merged commit 1ee6015 into master Mar 5, 2023
@tarcieri tarcieri deleted the argon2/v0.5.0 branch March 5, 2023 02:36
@pflanze pflanze mentioned this pull request Feb 3, 2024
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