Skip to content

Commit

Permalink
README.md: add note about password hashes repo (#47)
Browse files Browse the repository at this point in the history
It seems people are looking here for password hashing functions which function as KDFs.

This adds a link to the password hashes repo to help improve discovery.
  • Loading branch information
tarcieri authored Feb 9, 2021
1 parent 77c221d commit 17fbeb0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Collection of key derivation functions (KDFs) written in pure Rust.
|--------|-----------|---------------|---------------|--------------|
| `hkdf` | [HKDF] | [![crates.io](https://img.shields.io/crates/v/hkdf.svg)](https://crates.io/crates/hkdf) | [![Documentation](https://docs.rs/hkdf/badge.svg)](https://docs.rs/hkdf) | [![Build](https://github.com/RustCrypto/KDFs/workflows/hkdf/badge.svg?branch=master&event=push)](https://github.com/RustCrypto/KDFs/actions?query=workflow:hkdf+branch:master)

*NOTE: for KDFs which act as password hashing functions, please see [RustCrypto/password-hashes]*

## License

All crates licensed under either of
Expand All @@ -32,3 +34,4 @@ dual licensed as above, without any additional terms or conditions.
[//]: # (algorithms)

[HKDF]: https://en.wikipedia.org/wiki/HKDF
[RustCrypto/password-hashes]: https://github.com/RustCrypto/password-hashes

0 comments on commit 17fbeb0

Please sign in to comment.