Skip to content

Commit 831eef5

Browse files
committed
remove build badges
1 parent 2dd2ce8 commit 831eef5

File tree

5 files changed

+6
-18
lines changed

5 files changed

+6
-18
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ Collection of [Message Authentication Code][1] (MAC) algorithms written in pure
44

55
## Crates
66

7-
| Name | Algorithm | Crates.io | Documentation | Build Status |
8-
|--------|-----------|---------------|---------------|--------------|
9-
| `cmac` | [CMAC] | [![crates.io](https://img.shields.io/crates/v/cmac.svg)](https://crates.io/crates/cmac) | [![Documentation](https://docs.rs/cmac/badge.svg)](https://docs.rs/cmac) | [![Build](https://github.com/RustCrypto/MACs/workflows/cmac/badge.svg?branch=master&event=push)](https://github.com/RustCrypto/MACs/actions?query=workflow:cmac+branch:master)
10-
| `daa` | [DAA] | [![crates.io](https://img.shields.io/crates/v/daa.svg)](https://crates.io/crates/daa) | [![Documentation](https://docs.rs/daa/badge.svg)](https://docs.rs/daa) | [![Build](https://github.com/RustCrypto/MACs/workflows/daa/badge.svg?branch=master&event=push)](https://github.com/RustCrypto/MACs/actions?query=workflow:daa+branch:master)
11-
| `hmac` | [HMAC] | [![crates.io](https://img.shields.io/crates/v/hmac.svg)](https://crates.io/crates/hmac) | [![Documentation](https://docs.rs/hmac/badge.svg)](https://docs.rs/hmac) | [![Build](https://github.com/RustCrypto/MACs/workflows/hmac/badge.svg?branch=master&event=push)](https://github.com/RustCrypto/MACs/actions?query=workflow:hmac+branch:master)
12-
| `pmac` | [PMAC] | [![crates.io](https://img.shields.io/crates/v/pmac.svg)](https://crates.io/crates/pmac) | [![Documentation](https://docs.rs/pmac/badge.svg)](https://docs.rs/pmac) | [![Build](https://github.com/RustCrypto/MACs/workflows/pmac/badge.svg?branch=master&event=push)](https://github.com/RustCrypto/MACs/actions?query=workflow:pmac+branch:master)
7+
| Name | Algorithm | Crates.io | Documentation | MSRV |
8+
|--------|-----------|---------------|---------------|------|
9+
| `cmac` | [CMAC] | [![crates.io](https://img.shields.io/crates/v/cmac.svg)](https://crates.io/crates/cmac) | [![Documentation](https://docs.rs/cmac/badge.svg)](https://docs.rs/cmac) | 1.41 |
10+
| `daa` | [DAA] | [![crates.io](https://img.shields.io/crates/v/daa.svg)](https://crates.io/crates/daa) | [![Documentation](https://docs.rs/daa/badge.svg)](https://docs.rs/daa) | 1.41 |
11+
| `hmac` | [HMAC] | [![crates.io](https://img.shields.io/crates/v/hmac.svg)](https://crates.io/crates/hmac) | [![Documentation](https://docs.rs/hmac/badge.svg)](https://docs.rs/hmac) | 1.41 |
12+
| `pmac` | [PMAC] | [![crates.io](https://img.shields.io/crates/v/pmac.svg)](https://crates.io/crates/pmac) | [![Documentation](https://docs.rs/pmac/badge.svg)](https://docs.rs/pmac) | 1.41 |
1313

1414
## License
1515

cmac/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
![Apache2/MIT licensed][license-image]
66
![Rust Version][rustc-image]
77
[![Project Chat][chat-image]][chat-link]
8-
[![Build Status][build-image]][build-link]
98

109
Pure Rust implementation of the [Cipher-based Message Authentication Code (CMAC)][1].
1110

@@ -48,8 +47,6 @@ dual licensed as above, without any additional terms or conditions.
4847
[rustc-image]: https://img.shields.io/badge/rustc-1.41+-blue.svg
4948
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
5049
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260044-MACs
51-
[build-image]: https://github.com/RustCrypto/MACs/workflows/cmac/badge.svg?branch=master&event=push
52-
[build-link]: https://github.com/RustCrypto/MACs/actions?query=workflow%3Acmac
5350

5451
[//]: # (general links)
5552

daa/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
![Apache2/MIT licensed][license-image]
66
![Rust Version][rustc-image]
77
[![Project Chat][chat-image]][chat-link]
8-
[![Build Status][build-image]][build-link]
98

109
Pure Rust implementation of the [Data Authentication Algorithm (DAA)][1].
1110

@@ -48,8 +47,6 @@ dual licensed as above, without any additional terms or conditions.
4847
[rustc-image]: https://img.shields.io/badge/rustc-1.41+-blue.svg
4948
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
5049
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260044-MACs
51-
[build-image]: https://github.com/RustCrypto/MACs/workflows/daa/badge.svg?branch=master&event=push
52-
[build-link]: https://github.com/RustCrypto/MACs/actions?query=workflow%3Adaa
5350

5451
[//]: # (general links)
5552

hmac/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
![Apache2/MIT licensed][license-image]
66
![Rust Version][rustc-image]
77
[![Project Chat][chat-image]][chat-link]
8-
[![Build Status][build-image]][build-link]
98

109
Pure Rust implementation of the [Hash-based Message Authentication Code (HMAC)][1].
1110

@@ -48,8 +47,6 @@ dual licensed as above, without any additional terms or conditions.
4847
[rustc-image]: https://img.shields.io/badge/rustc-1.41+-blue.svg
4948
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
5049
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260044-MACs
51-
[build-image]: https://github.com/RustCrypto/MACs/workflows/hmac/badge.svg?branch=master&event=push
52-
[build-link]: https://github.com/RustCrypto/MACs/actions?query=workflow%3Ahmac
5350

5451
[//]: # (general links)
5552

pmac/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
![Apache2/MIT licensed][license-image]
66
![Rust Version][rustc-image]
77
[![Project Chat][chat-image]][chat-link]
8-
[![Build Status][build-image]][build-link]
98

109
Pure Rust implementation of the [Parallel Message Authentication Code (PMAC)][1].
1110

@@ -48,8 +47,6 @@ dual licensed as above, without any additional terms or conditions.
4847
[rustc-image]: https://img.shields.io/badge/rustc-1.41+-blue.svg
4948
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
5049
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260044-MACs
51-
[build-image]: https://github.com/RustCrypto/MACs/workflows/pmac/badge.svg?branch=master&event=push
52-
[build-link]: https://github.com/RustCrypto/MACs/actions?query=workflow%3Apmac
5350

5451
[//]: # (general links)
5552

0 commit comments

Comments
 (0)