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

pbkdf2 v0.12.0 #393

Merged
merged 1 commit into from
Mar 5, 2023
Merged

pbkdf2 v0.12.0 #393

merged 1 commit into from
Mar 5, 2023

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented Mar 5, 2023

Changed

  • Add new wrapper functions: pbkdf2_array, pbkdf2_hmac, and
    pbkdf2_hmac_array. pbkdf2 and pbkdf2_array now return
    Result<(), InvalidLength> instead of unwrapping it internally. (#337)
  • Use sha1 dependency directly (#363)
  • Make Ident values inherent constants of Algorithm (#375)
  • Bump password-hash to v0.5 (#383)
  • Adopt OWASP recommended default Params (#389)

Removed

  • simple feature is no longer enabled by default (#336)

@tarcieri tarcieri merged commit e8e73b1 into master Mar 5, 2023
@tarcieri tarcieri deleted the pbkdf2/v0.12.0 branch March 5, 2023 03:08
This was referenced Mar 5, 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