Skip to content

argon2 v0.6.0 - #931

Merged
tarcieri merged 1 commit into
masterfrom
argon2/v0.6.0
Aug 27, 2026
Merged

argon2 v0.6.0#931
tarcieri merged 1 commit into
masterfrom
argon2/v0.6.0

Conversation

@tarcieri

@tarcieri tarcieri commented Aug 27, 2026

Copy link
Copy Markdown
Member

Added

  • Detect allocation failures in hash_password_into (#568)
  • parallel feature (#547)
  • PasswordVerifier<str> impl (#779)
  • kdf::{Kdf, Pbkdf} impls (#823)

Changed

  • Upgrade to Rust 2024 edition; MSRV 1.85 (#563)
  • Switch from std::error::Error to core::error::Error (#767)
  • Rename simple feature to password-hash (#776)
  • Bump cpufeatures to v0.3 (#847)
  • Bump password-hash to v0.6 (#848)
  • Bump blake2 to v0.11 (#929)

Removed

  • std feature (#768)

Fixed

  • Check p_cost < Params::MIN_P_COST before m_cost < p_cost * 8 (#745)

@tarcieri
tarcieri merged commit b1e0ad6 into master Aug 27, 2026
20 checks passed
@tarcieri
tarcieri deleted the argon2/v0.6.0 branch August 27, 2026 16:53
tarcieri added a commit to RustCrypto/SSH that referenced this pull request Aug 27, 2026
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