Skip to content

Commit ede9791

Browse files
committed
reorder columns
1 parent a4f7d83 commit ede9791

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Collection of key derivation functions (KDFs) written in pure Rust.
44

55
## Supported algorithms
66

7-
| Algorithm | Name | Crates.io | Documentation | MSRV |
7+
| Algorithm | Crate | Crates.io | Documentation | MSRV |
88
|-----------|--------|:-------------:|:-------------:|:----:|
9-
| [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) | ![MSRV 1.41][msrv-1.41] |
9+
| [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) | ![MSRV 1.41][msrv-1.41] |
1010

1111
*NOTE: for password-based KDFs (e.g. Argon2, PBKDF2, scrypt), please see [RustCrypto/password-hashes]*
1212

0 commit comments

Comments
 (0)