Skip to content

Commit

Permalink
README.md: fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Jun 4, 2020
1 parent 2769ec1 commit b7a2165
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Collection of traits which describe functionality of cryptographic primitives.
|--------------------|-------------------------------|-----------|----------------|-------|
| [`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) |
| [`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) |
| [`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) |
| [`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) |
| [`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) |
| [`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) |
| [`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) |
Expand Down Expand Up @@ -43,12 +43,12 @@ dual licensed as above, without any additional terms or conditions.
[//]: # (crates)

[`aead`]: https://github.com/RustCrypto/traits/tree/master/aead
[`block-cipher`]: https://github.com/RustCrypto/traits/tree/master/block-cipher
[`crypto-mac`]: https://github.com/RustCrypto/traits/tree/master/crypto-mac
[`blockcipher`]: https://github.com/RustCrypto/traits/tree/master/block-cipher
[`cryptomac`]: https://github.com/RustCrypto/traits/tree/master/crypto-mac
[`digest`]: https://github.com/RustCrypto/traits/tree/master/digest
[`signature`]: https://github.com/RustCrypto/traits/tree/master/signature
[`stream-cipher`]: https://github.com/RustCrypto/traits/tree/master/stream-cipher
[`universal-hash`]: https://github.com/RustCrypto/traits/tree/master/universal-hash
[`streamcipher`]: https://github.com/RustCrypto/traits/tree/master/stream-cipher
[`universalhash`]: https://github.com/RustCrypto/traits/tree/master/universal-hash

[//]: # (algorithms)

Expand Down

0 comments on commit b7a2165

Please sign in to comment.