Skip to content

Commit b7a2165

Browse files
committed
README.md: fix links
1 parent 2769ec1 commit b7a2165

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Collection of traits which describe functionality of cryptographic primitives.
88
|--------------------|-------------------------------|-----------|----------------|-------|
99
| [`aead`] | [Authenticated encryption] | [![crates.io](https://img.shields.io/crates/v/aead.svg)](https://crates.io/crates/aead) | [![Documentation](https://docs.rs/aead/badge.svg)](https://docs.rs/aead) | ![build](https://github.com/RustCrypto/traits/workflows/aead/badge.svg?branch=master&event=push) |
1010
| [`block‑cipher`] | [Block cipher] | [![crates.io](https://img.shields.io/crates/v/block-cipher.svg)](https://crates.io/crates/block-cipher) | [![Documentation](https://docs.rs/block-cipher/badge.svg)](https://docs.rs/block-cipher) | ![build](https://github.com/RustCrypto/traits/workflows/block-cipher/badge.svg?branch=master&event=push) |
11-
| [`crypto-mac`] | [Message authentication code] | [![crates.io](https://img.shields.io/crates/v/crypto-mac.svg)](https://crates.io/crates/crypto-mac) | [![Documentation](https://docs.rs/crypto-mac/badge.svg)](https://docs.rs/crypto-mac) | ![build](https://github.com/RustCrypto/traits/workflows/crypto-mac/badge.svg?branch=master&event=push) |
11+
| [`cryptomac`] | [Message authentication code] | [![crates.io](https://img.shields.io/crates/v/crypto-mac.svg)](https://crates.io/crates/crypto-mac) | [![Documentation](https://docs.rs/crypto-mac/badge.svg)](https://docs.rs/crypto-mac) | ![build](https://github.com/RustCrypto/traits/workflows/crypto-mac/badge.svg?branch=master&event=push) |
1212
| [`digest`] | [Cryptographic hash function] | [![crates.io](https://img.shields.io/crates/v/digest.svg)](https://crates.io/crates/digest) | [![Documentation](https://docs.rs/digest/badge.svg)](https://docs.rs/digest) | ![build](https://github.com/RustCrypto/traits/workflows/digest/badge.svg?branch=master&event=push) |
1313
| [`signature`] | [Digital signature] | [![crates.io](https://img.shields.io/crates/v/signature.svg)](https://crates.io/crates/signature) | [![Documentation](https://docs.rs/signature/badge.svg)](https://docs.rs/signature) | ![build](https://github.com/RustCrypto/traits/workflows/signature/badge.svg?branch=master&event=push) |
1414
| [`stream‑cipher`] | [Stream cipher] | [![crates.io](https://img.shields.io/crates/v/stream-cipher.svg)](https://crates.io/crates/stream-cipher) | [![Documentation](https://docs.rs/stream-cipher/badge.svg)](https://docs.rs/stream-cipher) | ![build](https://github.com/RustCrypto/traits/workflows/stream-cipher/badge.svg?branch=master&event=push) |
@@ -43,12 +43,12 @@ dual licensed as above, without any additional terms or conditions.
4343
[//]: # (crates)
4444

4545
[`aead`]: https://github.com/RustCrypto/traits/tree/master/aead
46-
[`block-cipher`]: https://github.com/RustCrypto/traits/tree/master/block-cipher
47-
[`crypto-mac`]: https://github.com/RustCrypto/traits/tree/master/crypto-mac
46+
[`blockcipher`]: https://github.com/RustCrypto/traits/tree/master/block-cipher
47+
[`cryptomac`]: https://github.com/RustCrypto/traits/tree/master/crypto-mac
4848
[`digest`]: https://github.com/RustCrypto/traits/tree/master/digest
4949
[`signature`]: https://github.com/RustCrypto/traits/tree/master/signature
50-
[`stream-cipher`]: https://github.com/RustCrypto/traits/tree/master/stream-cipher
51-
[`universal-hash`]: https://github.com/RustCrypto/traits/tree/master/universal-hash
50+
[`streamcipher`]: https://github.com/RustCrypto/traits/tree/master/stream-cipher
51+
[`universalhash`]: https://github.com/RustCrypto/traits/tree/master/universal-hash
5252

5353
[//]: # (algorithms)
5454

0 commit comments

Comments
 (0)