Skip to content

Commit 5ec491e

Browse files
authored
ascon-aead128: fix readmes (#686)
1 parent 32c7d0d commit 5ec491e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ crate.
2222
| [`aes-gcm-siv`] | [AES-GCM-SIV] | [![crates.io](https://img.shields.io/crates/v/aes-gcm-siv.svg)](https://crates.io/crates/aes-gcm-siv) | [![Documentation](https://docs.rs/aes-gcm-siv/badge.svg)](https://docs.rs/aes-gcm-siv) | 1.85 |
2323
| [`aes-gcm`] | [AES-GCM] | [![crates.io](https://img.shields.io/crates/v/aes-gcm.svg)](https://crates.io/crates/aes-gcm) | [![Documentation](https://docs.rs/aes-gcm/badge.svg)](https://docs.rs/aes-gcm) | 1.85 |
2424
| [`aes-siv`] | [AES-SIV] | [![crates.io](https://img.shields.io/crates/v/aes-siv.svg)](https://crates.io/crates/aes-siv) | [![Documentation](https://docs.rs/aes-siv/badge.svg)](https://docs.rs/aes-siv) | 1.85 |
25-
| [`ascon-aead`] | [Ascon] | [![crates.io](https://img.shields.io/crates/v/ascon-aead.svg)](https://crates.io/crates/ascon-aead) | [![Documentation](https://docs.rs/ascon-aead/badge.svg)](https://docs.rs/ascon-aead) | 1.85 |
25+
| [`ascon-aead128`] | [Ascon] | [![crates.io](https://img.shields.io/crates/v/ascon-aead128.svg)](https://crates.io/crates/ascon-aead128) | [![Documentation](https://docs.rs/ascon-aead128/badge.svg)](https://docs.rs/ascon-aead128) | 1.85 |
2626
| [`ccm`] | [CCM] | [![crates.io](https://img.shields.io/crates/v/ccm.svg)](https://crates.io/crates/ccm) | [![Documentation](https://docs.rs/ccm/badge.svg)](https://docs.rs/ccm) | 1.85 |
2727
| [`chacha20poly1305`] | [(X)ChaCha20Poly1305] | [![crates.io](https://img.shields.io/crates/v/chacha20poly1305.svg)](https://crates.io/crates/chacha20poly1305) | [![Documentation](https://docs.rs/chacha20poly1305/badge.svg)](https://docs.rs/chacha20poly1305) | 1.85 |
2828
| [`deoxys`] | [Deoxys-I/II] | [![crates.io](https://img.shields.io/crates/v/deoxys.svg)](https://crates.io/crates/deoxys) | [![Documentation](https://docs.rs/deoxys/badge.svg)](https://docs.rs/deoxys) | 1.85 |
@@ -64,7 +64,7 @@ dual licensed as above, without any additional terms or conditions.
6464
[`aes-gcm`]: https://github.com/RustCrypto/AEADs/tree/master/aes-gcm
6565
[`aes-gcm-siv`]: https://github.com/RustCrypto/AEADs/tree/master/aes-gcm-siv
6666
[`aes-siv`]: https://github.com/RustCrypto/AEADs/tree/master/aes-siv
67-
[`ascon-aead`]: https://github.com/RustCrypto/AEADs/tree/master/ascon-aead
67+
[`ascon-aead128`]: https://github.com/RustCrypto/AEADs/tree/master/ascon-aead128
6868
[`ccm`]: https://github.com/RustCrypto/AEADs/tree/master/ccm
6969
[`chacha20poly1305`]: https://github.com/RustCrypto/AEADs/tree/master/chacha20poly1305
7070
[`deoxys`]: https://github.com/RustCrypto/AEADs/tree/master/deoxys

ascon-aead128/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ dual licensed as above, without any additional terms or conditions.
3434

3535
[//]: # (badges)
3636

37-
[crate-image]: https://img.shields.io/crates/v/ascon-aead
38-
[crate-link]: https://crates.io/crates/ascon-aead
39-
[docs-image]: https://docs.rs/ascon-aead/badge.svg
40-
[docs-link]: https://docs.rs/ascon-aead
37+
[crate-image]: https://img.shields.io/crates/v/ascon-aead128
38+
[crate-link]: https://crates.io/crates/ascon-aead128
39+
[docs-image]: https://docs.rs/ascon-aead128/badge.svg
40+
[docs-link]: https://docs.rs/ascon-aead128
4141
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
4242
[rustc-image]: https://img.shields.io/badge/rustc-1.85+-blue.svg
4343
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
4444
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260038-AEADs
45-
[build-image]: https://github.com/RustCrypto/AEADs/workflows/ascon-aead/badge.svg?branch=master&event=push
45+
[build-image]: https://github.com/RustCrypto/AEADs/workflows/ascon-aead128/badge.svg?branch=master&event=push
4646
[build-link]: https://github.com/RustCrypto/AEADs/actions
4747

4848
[//]: # (general links)

0 commit comments

Comments
 (0)