Skip to content

Commit 10ddeb0

Browse files
authored
password-hash v0.6.0-rc.7 (#2151)
Includes `getrandom` v0.4.0-rc.0 upgrades
1 parent 4773910 commit 10ddeb0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

password-hash/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "password-hash"
3-
version = "0.6.0-rc.6"
3+
version = "0.6.0-rc.7"
44
authors = ["RustCrypto Developers"]
55
edition = "2024"
66
rust-version = "1.85"
@@ -11,9 +11,9 @@ license = "MIT OR Apache-2.0"
1111
categories = ["authentication", "cryptography", "no-std"]
1212
keywords = ["crypt", "mcf", "password", "pbkdf", "phc"]
1313
description = """
14-
Traits which describe the functionality of password hashing algorithms,
15-
as well as a `no_std`-friendly implementation of the PHC string format
16-
(a well-defined subset of the Modular Crypt Format a.k.a. MCF)
14+
Traits which describe the functionality of password hashing algorithms, with optional support for a
15+
`no_std`-friendly implementation of the PHC string format, as well as generic support for other
16+
formats (e.g. Modular Crypt Format)
1717
"""
1818

1919
[dependencies]

0 commit comments

Comments
 (0)