Skip to content

Commit d63dfe1

Browse files
authored
turbo-shake: fix badges in readme (#831)
Also slightly tweaks the crate description.
1 parent cbad89d commit d63dfe1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

turbo-shake/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![Project Chat][chat-image]][chat-link]
88
[![Build Status][build-image]][build-link]
99

10-
Implementation of the [TurboSHAKE] family of fast and secure extendable-output functions (XOFs).
10+
Implementation of the [TurboSHAKE] family of extendable-output functions (XOFs).
1111

1212
## Examples
1313

@@ -66,16 +66,16 @@ dual licensed as above, without any additional terms or conditions.
6666

6767
[//]: # (badges)
6868

69-
[crate-image]: https://img.shields.io/crates/v/sha3.svg
70-
[crate-link]: https://crates.io/crates/sha3
71-
[docs-image]: https://docs.rs/sha3/badge.svg
72-
[docs-link]: https://docs.rs/sha3/
69+
[crate-image]: https://img.shields.io/crates/v/turbo-shake.svg
70+
[crate-link]: https://crates.io/crates/turbo-shake
71+
[docs-image]: https://docs.rs/turbo-shake/badge.svg
72+
[docs-link]: https://docs.rs/turbo-shake
7373
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
7474
[rustc-image]: https://img.shields.io/badge/rustc-1.85+-blue.svg
7575
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
7676
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260041-hashes
77-
[build-image]: https://github.com/RustCrypto/hashes/actions/workflows/sha3.yml/badge.svg?branch=master
78-
[build-link]: https://github.com/RustCrypto/hashes/actions/workflows/sha3.yml?query=branch:master
77+
[build-image]: https://github.com/RustCrypto/hashes/actions/workflows/turbo-shake.yml/badge.svg?branch=master
78+
[build-link]: https://github.com/RustCrypto/hashes/actions/workflows/turbo-shake.yml?query=branch:master
7979

8080
[//]: # (general links)
8181

0 commit comments

Comments
 (0)