Skip to content

Commit

Permalink
README.md: reword PBKDF note (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Feb 9, 2021
1 parent 17fbeb0 commit d19b563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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]*
*NOTE: for password-based KDFs (e.g. Argon2, PBKDF2, scrypt), please see [RustCrypto/password-hashes]*

## License

Expand Down

0 comments on commit d19b563

Please sign in to comment.