Skip to content

argon2: bump blake2 to v0.11 - #929

Merged
tarcieri merged 1 commit into
masterfrom
argon2/blake2-v0.11
Aug 26, 2026
Merged

argon2: bump blake2 to v0.11#929
tarcieri merged 1 commit into
masterfrom
argon2/blake2-v0.11

Conversation

@tarcieri

Copy link
Copy Markdown
Member

Release PR: RustCrypto/hashes#911

@tarcieri
tarcieri force-pushed the argon2/blake2-v0.11 branch from 3ac03e0 to 3ebb905 Compare August 26, 2026 18:46
@tarcieri
tarcieri merged commit c0d2aca into master Aug 26, 2026
70 checks passed
@tarcieri
tarcieri deleted the argon2/blake2-v0.11 branch August 26, 2026 18:54
@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