mirror of
https://github.com/RustCrypto/signatures
synced 2026-06-21 13:45:42 +00:00
Improve build badges
This commit is contained in:
@@ -11,10 +11,10 @@ and can be easily used for bare-metal or lightweight WebAssembly programming.
|
||||
|
||||
## Crates
|
||||
|
||||
| Name | Crates.io | Documentation |
|
||||
| ---- | :--------:| :------------:|
|
||||
| [ECDSA](https://en.wikipedia.org/wiki/Elliptic_Curve_Digital_Signature_Algorithm) | [](https://crates.io/crates/ecdsa) | [](https://docs.rs/ecdsa) |
|
||||
| [Ed25519](https://en.wikipedia.org/wiki/EdDSA) | [](https://crates.io/crates/ed25519) | [](https://docs.rs/ed25519) |
|
||||
| Name | Algorithm | Crates.io | Documentation | Build |
|
||||
|-------------|-----------|-----------|---------------|-------|
|
||||
| [`ecdsa`] | [ECDSA](https://en.wikipedia.org/wiki/Elliptic_Curve_Digital_Signature_Algorithm) | [](https://crates.io/crates/ecdsa) | [](https://docs.rs/ecdsa) | [](https://github.com/RustCrypto/signatures/actions?query=workflow%3Aecdsa) |
|
||||
| [`ed25519`] | [Ed25519](https://en.wikipedia.org/wiki/EdDSA) | [](https://crates.io/crates/ed25519) | [](https://docs.rs/ed25519) | [](https://github.com/RustCrypto/signatures/actions?query=workflow%3Aed25519)
|
||||
|
||||
## Minimum Supported Rust Version
|
||||
|
||||
@@ -48,6 +48,11 @@ dual licensed as above, without any additional terms or conditions.
|
||||
[deps-link]: https://deps.rs/repo/github/RustCrypto/signatures
|
||||
[rustc-image]: https://img.shields.io/badge/rustc-1.40+-blue.svg
|
||||
|
||||
[//]: # (crates)
|
||||
|
||||
[`ecdsa`]: https://github.com/RustCrypto/signatures/tree/master/ecdsa
|
||||
[`ed25519`]: https://github.com/RustCrypto/signatures/tree/master/ed25519
|
||||
|
||||
[//]: # (general links)
|
||||
|
||||
[1]: https://en.wikipedia.org/wiki/Digital_signature
|
||||
|
||||
+1
-1
@@ -50,7 +50,7 @@ dual licensed as above, without any additional terms or conditions.
|
||||
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
|
||||
[rustc-image]: https://img.shields.io/badge/rustc-1.40+-blue.svg
|
||||
[build-image]: https://github.com/RustCrypto/signatures/workflows/ecdsa/badge.svg?branch=master&event=push
|
||||
[build-link]: https://github.com/RustCrypto/signatures/actions
|
||||
[build-link]: https://github.com/RustCrypto/signatures/actions?query=workflow%3Aecdsa
|
||||
|
||||
[//]: # (general links)
|
||||
|
||||
|
||||
+1
-1
@@ -49,7 +49,7 @@ dual licensed as above, without any additional terms or conditions.
|
||||
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
|
||||
[rustc-image]: https://img.shields.io/badge/rustc-1.40+-blue.svg
|
||||
[build-image]: https://github.com/RustCrypto/signatures/workflows/ed25519/badge.svg?branch=master&event=push
|
||||
[build-link]: https://github.com/RustCrypto/signatures/actions
|
||||
[build-link]: https://github.com/RustCrypto/signatures/actions?query=workflow%3Aed25519
|
||||
|
||||
[//]: # (general links)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user