Skip to content

argon2 v0.3.0#221

Merged
tarcieri merged 1 commit into
masterfrom
argon2/v0.3.0
Aug 28, 2021
Merged

argon2 v0.3.0#221
tarcieri merged 1 commit into
masterfrom
argon2/v0.3.0

Conversation

@tarcieri

Copy link
Copy Markdown
Member

Added

  • alloc feature (#215)
  • Params now supports keyid and data fields (#216)

Changed

  • Argon2::new now has explicit version and params (#213)
  • Factored apart Argon2::new and Argon2::new_with_secret, making the
    former infallible (#213)
  • Params struct is now opaque with field accessors, and ensured to
    always represent a valid set of parameters (#213)
  • Removed version parameter from hash_password_into, using the one
    supplied to Argon2::new (#213)
  • Bump password-hash to v0.3 (#217, RustCrypto/traits#724)
  • Use resolver = "2"; MSRV 1.51+ (#220)

Removed

  • Params no longer has a version field (#211)

@tarcieri tarcieri merged commit c6780b1 into master Aug 28, 2021
@tarcieri tarcieri deleted the argon2/v0.3.0 branch August 28, 2021 00:06
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