Skip to content

argon2: bump cpufeatures to v0.3 - #847

Merged
tarcieri merged 1 commit into
masterfrom
argon2/cpufeatures-v0.3
Mar 9, 2026
Merged

argon2: bump cpufeatures to v0.3#847
tarcieri merged 1 commit into
masterfrom
argon2/cpufeatures-v0.3

Conversation

@tarcieri

@tarcieri tarcieri commented Mar 9, 2026

Copy link
Copy Markdown
Member

No description provided.

@tarcieri
tarcieri merged commit 4af0766 into master Mar 9, 2026
20 checks passed
@tarcieri
tarcieri deleted the argon2/cpufeatures-v0.3 branch March 9, 2026 23:56
@tarcieri tarcieri mentioned this pull request Aug 27, 2026
tarcieri added a commit that referenced this pull request Aug 27, 2026
## 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)
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