Skip to content

Commit 7f3b154

Browse files
authored
Fix Kupyna links (#673)
1 parent 0a584fe commit 7f3b154

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ Unless you explicitly state otherwise, any contribution intentionally submitted
242242
[`groestl`]: ./groestl
243243
[`jh`]: ./jh
244244
[`k12`]: ./k12
245+
[`kupyna`]: ./kupyna
245246
[`md2`]: ./md2
246247
[`md4`]: ./md4
247248
[`md5`]: ./md5
@@ -284,6 +285,7 @@ Unless you explicitly state otherwise, any contribution intentionally submitted
284285
[Grøstl]: https://en.wikipedia.org/wiki/Grøstl
285286
[JH]: https://www3.ntu.edu.sg/home/wuhj/research/jh
286287
[KangarooTwelve]: https://keccak.team/kangarootwelve.html
288+
[Kupyna]: https://eprint.iacr.org/2015/885.pdf
287289
[MD2]: https://en.wikipedia.org/wiki/MD2_(cryptography)
288290
[MD4]: https://en.wikipedia.org/wiki/MD4
289291
[MD5]: https://en.wikipedia.org/wiki/MD5

kupyna/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,16 @@ dual licensed as above, without any additional terms or conditions.
4545

4646
[//]: # (badges)
4747

48+
[crate-image]: https://img.shields.io/crates/v/kupyna.svg
49+
[crate-link]: https://crates.io/crates/kupyna
50+
[docs-image]: https://docs.rs/kupyna/badge.svg
51+
[docs-link]: https://docs.rs/kupyna/
4852
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
4953
[rustc-image]: https://img.shields.io/badge/rustc-1.85+-blue.svg
5054
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
5155
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260041-hashes
56+
[build-image]: https://github.com/RustCrypto/hashes/actions/workflows/kupyna.yml/badge.svg?branch=master
57+
[build-link]: https://github.com/RustCrypto/hashes/actions/workflows/kupyna.yml?query=branch:master
5258

5359
[//]: # (general links)
5460

0 commit comments

Comments
 (0)