Skip to content

Commit a4f7d83

Browse files
committed
use center aligment for table badges
1 parent 6bbe34e commit a4f7d83

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
Collection of key derivation functions (KDFs) written in pure Rust.
44

5-
## Crates
5+
## Supported algorithms
66

7-
| Algorithm | Name | Crates.io | Documentation | BMSRV |
8-
|-----------|--------|---------------|---------------|--------------|
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) | ![Minimum Supported Rust Version][msrv-1.41] |
7+
| Algorithm | Name | Crates.io | Documentation | MSRV |
8+
|-----------|--------|:-------------:|:-------------:|:----:|
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)