Skip to content

phc: extract crate from the password-hash crate#2111

Merged
tarcieri merged 1 commit intomasterfrom
phc
Dec 9, 2025
Merged

phc: extract crate from the password-hash crate#2111
tarcieri merged 1 commit intomasterfrom
phc

Conversation

@tarcieri
Copy link
Member

@tarcieri tarcieri commented Dec 9, 2025

Implementation of the PHC String Format specification, a format for password hashes:

https://github.com/P-H-C/phc-string-format/blob/master/phc-sf-spec.md

This extracts was was formerly located in the password-hash crate under the phc submodule:

https://github.com/RustCrypto/traits/tree/cc1362e/password-hash/src/phc

The idea is the password-hash crate can just contain the traits, while the implementation of the string format can live here separately in the phc crate.

@tarcieri tarcieri force-pushed the phc branch 3 times, most recently from e66d08f to 83742b0 Compare December 9, 2025 18:40
Implementation of the PHC String Format specification, a format for
password hashes:

https://github.com/P-H-C/phc-string-format/blob/master/phc-sf-spec.md

This extracts was was formerly located in the `password-hash` crate
under the `phc` submodule:

https://github.com/RustCrypto/traits/tree/cc1362e/password-hash/src/phc

The idea is the `password-hash` crate can just contain the traits, while
the implementation of the string format can live here separately in the
`phc` crate.
@tarcieri tarcieri merged commit 1e7caeb into master Dec 9, 2025
180 checks passed
@tarcieri tarcieri deleted the phc branch December 9, 2025 19:10
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