|
2 | 2 |
|
3 | 3 | [![crate][crate-image]][crate-link] |
4 | 4 | [![Docs][docs-image]][docs-link] |
| 5 | +[![Build Status][build-image]][build-link] |
5 | 6 | ![Apache2/MIT licensed][license-image] |
6 | 7 | ![Rust Version][rustc-image] |
7 | 8 | [![Project Chat][chat-image]][chat-link] |
8 | | -[![Build Status][build-image]][build-link] |
9 | 9 |
|
10 | 10 | This crate contains traits which provide generic, object-safe APIs for |
11 | 11 | generating and verifying [digital signatures][1]. |
12 | 12 |
|
13 | 13 | Used by the [`ecdsa`][2] and [`ed25519`][3] crates, with forthcoming support |
14 | 14 | in the [`rsa`][4] crate. |
15 | 15 |
|
16 | | -See also the [Signatory][5] project for trait wrappers for using these traits |
| 16 | +See also the [Signatory][5] crate for trait wrappers for using these traits |
17 | 17 | with many popular Rust cryptography crates, including `ed25519-dalek`, *ring*, |
18 | 18 | `secp256k1-rs`, and `sodiumoxide`. |
19 | 19 |
|
20 | 20 | [Documentation][docs-link] |
21 | 21 |
|
22 | 22 | ## Minimum Supported Rust Version |
23 | 23 |
|
24 | | -Rust **1.41** or higher. |
| 24 | +Rust **1.56** or higher. |
25 | 25 |
|
26 | 26 | Minimum supported Rust version can be changed in the future, but it will be |
27 | 27 | done with a minor version bump. |
@@ -52,16 +52,16 @@ dual licensed as above, without any additional terms or conditions. |
52 | 52 |
|
53 | 53 | [//]: # (badges) |
54 | 54 |
|
55 | | -[crate-image]: https://img.shields.io/crates/v/signature.svg |
| 55 | +[crate-image]: https://buildstats.info/crate/signature |
56 | 56 | [crate-link]: https://crates.io/crates/signature |
57 | 57 | [docs-image]: https://docs.rs/signature/badge.svg |
58 | 58 | [docs-link]: https://docs.rs/signature/ |
| 59 | +[build-image]: https://github.com/RustCrypto/traits/actions/workflows/signature.yml/badge.svg |
| 60 | +[build-link]: https://github.com/RustCrypto/traits/actions/workflows/signature.yml |
59 | 61 | [license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg |
60 | | -[rustc-image]: https://img.shields.io/badge/rustc-1.41+-blue.svg |
| 62 | +[rustc-image]: https://img.shields.io/badge/rustc-1.56+-blue.svg |
61 | 63 | [chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg |
62 | 64 | [chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260048-signatures |
63 | | -[build-image]: https://github.com/RustCrypto/traits/workflows/signature/badge.svg?branch=master&event=push |
64 | | -[build-link]: https://github.com/RustCrypto/traits/actions?query=workflow%3Asignature |
65 | 65 |
|
66 | 66 | [//]: # (general links) |
67 | 67 |
|
|
0 commit comments