Skip to content

Commit

Permalink
reorder columns
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Nov 23, 2021
1 parent a4f7d83 commit ede9791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Collection of key derivation functions (KDFs) written in pure Rust.

## Supported algorithms

| Algorithm | Name | Crates.io | Documentation | MSRV |
| Algorithm | Crate | Crates.io | Documentation | MSRV |
|-----------|--------|:-------------:|:-------------:|:----:|
| [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] |
| [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] |

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

Expand Down

0 comments on commit ede9791

Please sign in to comment.