From 2df3cfd16cfca2bd99d108ddd1ad3ff57910db8f Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sat, 10 Oct 2020 06:30:16 -0700 Subject: [PATCH] README.md(s): add Zulip badges (#186) --- README.md | 4 +++- ecdsa/README.md | 3 +++ ed25519/README.md | 3 +++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 96cb009..de1ae95 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# RustCrypto: signatures ![Rust Version][rustc-image] +# RustCrypto: signatures ![Rust Version][rustc-image] [![Project Chat][chat-image]][chat-link] Support for [digital signatures][1], which provide authentication of data using public-key cryptography. @@ -45,6 +45,8 @@ dual licensed as above, without any additional terms or conditions. [//]: # (badges) [rustc-image]: https://img.shields.io/badge/rustc-1.41+-blue.svg +[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg +[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260048-signatures [//]: # (crates) diff --git a/ecdsa/README.md b/ecdsa/README.md index 46ff5ba..bd0400b 100644 --- a/ecdsa/README.md +++ b/ecdsa/README.md @@ -4,6 +4,7 @@ [![Docs][docs-image]][docs-link] ![Apache2/MIT licensed][license-image] ![MSRV][rustc-image] +[![Project Chat][chat-image]][chat-link] [![Build Status][build-image]][build-link] [Elliptic Curve Digital Signature Algorithm (ECDSA)][1] as specified in @@ -51,6 +52,8 @@ dual licensed as above, without any additional terms or conditions. [docs-link]: https://docs.rs/ecdsa/ [license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg [rustc-image]: https://img.shields.io/badge/rustc-1.44+-blue.svg +[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg +[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260048-signatures [build-image]: https://github.com/RustCrypto/signatures/workflows/ecdsa/badge.svg?branch=master&event=push [build-link]: https://github.com/RustCrypto/signatures/actions?query=workflow%3Aecdsa diff --git a/ed25519/README.md b/ed25519/README.md index 87dbe00..24aa266 100644 --- a/ed25519/README.md +++ b/ed25519/README.md @@ -4,6 +4,7 @@ [![Docs][docs-image]][docs-link] ![Apache2/MIT licensed][license-image] ![Rust Version][rustc-image] +[![Project Chat][chat-image]][chat-link] [![Build Status][build-image]][build-link] [Edwards Digital Signature Algorithm (EdDSA)][1] over Curve25519 as specified @@ -48,6 +49,8 @@ dual licensed as above, without any additional terms or conditions. [docs-link]: https://docs.rs/ed25519/ [license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg [rustc-image]: https://img.shields.io/badge/rustc-1.41+-blue.svg +[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg +[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260048-signatures [build-image]: https://github.com/RustCrypto/signatures/workflows/ed25519/badge.svg?branch=master&event=push [build-link]: https://github.com/RustCrypto/signatures/actions?query=workflow%3Aed25519