mirror of
https://github.com/RustCrypto/signatures
synced 2026-06-21 13:45:42 +00:00
README.md(s): add Zulip badges (#186)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user