Skip to content

Commit 1557485

Browse files
authored
README.md: linkify crates
1 parent 0d100fa commit 1557485

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ commonly used in transport encryption protocols (e.g. [TLS]) and hybrid cryptosy
1212

1313
## Crates
1414

15-
| Name | crates.io | Docs | Description |
16-
|----------|---------------------------------------------------------------------------------------------|------------------------------------------------------------------------------|--------------------|
17-
| `dhkem` | [![crates.io](https://img.shields.io/crates/v/dhkem.svg)](https://crates.io/crates/dhkem) | [![Documentation](https://docs.rs/dhkem/badge.svg)](https://docs.rs/dhkem) | Diffie-Hellman KEM |
18-
| `ml-kem` | [![crates.io](https://img.shields.io/crates/v/ml-kem.svg)](https://crates.io/crates/ml-kem) | [![Documentation](https://docs.rs/ml-kem/badge.svg)](https://docs.rs/ml-kem) | Module Lattice KEM |
15+
| Name | crates.io | Docs | Description |
16+
|----------------------|---------------------------------------------------------------------------------------------|------------------------------------------------------------------------------|--------------------|
17+
| [`dhkem`](./dhkem) | [![crates.io](https://img.shields.io/crates/v/dhkem.svg)](https://crates.io/crates/dhkem) | [![Documentation](https://docs.rs/dhkem/badge.svg)](https://docs.rs/dhkem) | Diffie-Hellman KEM |
18+
| [`ml-kem`](./ml-kem) | [![crates.io](https://img.shields.io/crates/v/ml-kem.svg)](https://crates.io/crates/ml-kem) | [![Documentation](https://docs.rs/ml-kem/badge.svg)](https://docs.rs/ml-kem) | Module Lattice KEM |
1919

2020
## License
2121

0 commit comments

Comments
 (0)