Skip to content

Commit e52ed9c

Browse files
authored
Cut rc.0 prereleases (#80)
These all incorporate `cipher` v0.5.0-rc.0
1 parent 302c46c commit e52ed9c

19 files changed

Lines changed: 54 additions & 54 deletions

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

belt-ctr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "belt-ctr"
3-
version = "0.2.0-pre"
3+
version = "0.2.0-rc.0"
44
description = "CTR block mode of operation specified by the BelT standard"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

belt-ctr/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
[![crate][crate-image]][crate-link]
44
[![Docs][docs-image]][docs-link]
5+
[![Build Status][build-image]][build-link]
56
![Apache2/MIT licensed][license-image]
67
![Rust Version][rustc-image]
78
[![Project Chat][chat-image]][chat-link]
8-
[![Build Status][build-image]][build-link]
99

1010
Generic implementation of the [`belt-ctr`] block mode of operation.
1111

@@ -61,16 +61,16 @@ dual licensed as above, without any additional terms or conditions.
6161

6262
[//]: # (badges)
6363

64-
[crate-image]: https://img.shields.io/crates/v/belt-ctr.svg
64+
[crate-image]: https://img.shields.io/crates/v/belt-ctr.svg?logo=rust
6565
[crate-link]: https://crates.io/crates/belt-ctr
6666
[docs-image]: https://docs.rs/belt-ctr/badge.svg
6767
[docs-link]: https://docs.rs/belt-ctr/
6868
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
6969
[rustc-image]: https://img.shields.io/badge/rustc-1.85+-blue.svg
7070
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
7171
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/308460-block-modes
72-
[build-image]: https://github.com/RustCrypto/block-modes/workflows/belt-ctr/badge.svg?branch=master&event=push
73-
[build-link]: https://github.com/RustCrypto/block-modes/actions?query=workflow%3Abelt-ctr+branch%3Amaster
72+
[build-image]: https://github.com/RustCrypto/block-modes/actions/workflows/belt-ctr.yaml/badge.svg
73+
[build-link]: https://github.com/RustCrypto/block-modes/actions/workflows/belt-ctr.yaml
7474

7575
[//]: # (general links)
7676

cbc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cbc"
3-
version = "0.2.0-pre.2"
3+
version = "0.2.0-rc.0"
44
description = "Cipher Block Chaining (CBC) block cipher mode of operation"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

cbc/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
[![crate][crate-image]][crate-link]
44
[![Docs][docs-image]][docs-link]
5+
[![Build Status][build-image]][build-link]
56
![Apache2/MIT licensed][license-image]
67
![Rust Version][rustc-image]
78
[![Project Chat][chat-image]][chat-link]
8-
[![Build Status][build-image]][build-link]
99

1010
Generic implementation of the [Cipher Block Chaining][CBC] (CBC) block cipher
1111
mode of operation.
@@ -31,16 +31,16 @@ dual licensed as above, without any additional terms or conditions.
3131

3232
[//]: # (badges)
3333

34-
[crate-image]: https://img.shields.io/crates/v/cbc.svg
34+
[crate-image]: https://img.shields.io/crates/v/cbc.svg?logo=rust
3535
[crate-link]: https://crates.io/crates/cbc
3636
[docs-image]: https://docs.rs/cbc/badge.svg
3737
[docs-link]: https://docs.rs/cbc/
3838
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
3939
[rustc-image]: https://img.shields.io/badge/rustc-1.85+-blue.svg
4040
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
4141
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/308460-block-modes
42-
[build-image]: https://github.com/RustCrypto/block-modes/workflows/cbc/badge.svg?branch=master&event=push
43-
[build-link]: https://github.com/RustCrypto/block-modes/actions?query=workflow%3Acbc+branch%3Amaster
42+
[build-image]: https://github.com/RustCrypto/block-modes/actions/workflows/cbc.yaml/badge.svg
43+
[build-link]: https://github.com/RustCrypto/block-modes/actions/workflows/cbc.yaml
4444

4545
[//]: # (general links)
4646

cfb-mode/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cfb-mode"
3-
version = "0.9.0-pre"
3+
version = "0.9.0-rc.0"
44
description = "Cipher Feedback (CFB) block cipher mode of operation"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

cfb-mode/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
[![crate][crate-image]][crate-link]
44
[![Docs][docs-image]][docs-link]
5+
[![Build Status][build-image]][build-link]
56
![Apache2/MIT licensed][license-image]
67
![Rust Version][rustc-image]
78
[![Project Chat][chat-image]][chat-link]
8-
[![Build Status][build-image]][build-link]
99

1010
Generic implementation of the [Cipher Feedback][CFB] (CFB) block cipher mode
1111
of operation.
@@ -31,16 +31,16 @@ dual licensed as above, without any additional terms or conditions.
3131

3232
[//]: # (badges)
3333

34-
[crate-image]: https://img.shields.io/crates/v/cfb-mode.svg
34+
[crate-image]: https://img.shields.io/crates/v/cfb-mode.svg?logo=rust
3535
[crate-link]: https://crates.io/crates/cfb-mode
3636
[docs-image]: https://docs.rs/cfb-mode/badge.svg
3737
[docs-link]: https://docs.rs/cfb-mode/
3838
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
3939
[rustc-image]: https://img.shields.io/badge/rustc-1.85+-blue.svg
4040
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
4141
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/308460-block-modes
42-
[build-image]: https://github.com/RustCrypto/block-modes/workflows/cfb-mode/badge.svg?branch=master&event=push
43-
[build-link]: https://github.com/RustCrypto/block-modes/actions?query=workflow%3Acfb-mode+branch%3Amaster
42+
[build-image]: https://github.com/RustCrypto/block-modes/actions/workflows/cfb-mode.yaml/badge.svg
43+
[build-link]: https://github.com/RustCrypto/block-modes/actions/workflows/cfb-mode.yaml
4444

4545
[//]: # (general links)
4646

cfb8/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cfb8"
3-
version = "0.9.0-pre"
3+
version = "0.9.0-rc.0"
44
description = "Cipher Feedback with eight bit feedback (CFB-8) block cipher mode of operation"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

cfb8/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
[![crate][crate-image]][crate-link]
44
[![Docs][docs-image]][docs-link]
5+
[![Build Status][build-image]][build-link]
56
![Apache2/MIT licensed][license-image]
67
![Rust Version][rustc-image]
78
[![Project Chat][chat-image]][chat-link]
8-
[![Build Status][build-image]][build-link]
99

1010
Generic implementation of the [Cipher Feedback][CFB-8] with eight bit
1111
feedback (CFB-8) block cipher mode of operation.
@@ -31,16 +31,16 @@ dual licensed as above, without any additional terms or conditions.
3131

3232
[//]: # (badges)
3333

34-
[crate-image]: https://img.shields.io/crates/v/cfb8.svg
34+
[crate-image]: https://img.shields.io/crates/v/cfb8.svg?logo=rust
3535
[crate-link]: https://crates.io/crates/cfb8
3636
[docs-image]: https://docs.rs/cfb8/badge.svg
3737
[docs-link]: https://docs.rs/cfb8/
3838
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
3939
[rustc-image]: https://img.shields.io/badge/rustc-1.85+-blue.svg
4040
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
4141
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/308460-block-modes
42-
[build-image]: https://github.com/RustCrypto/block-modes/workflows/cfb8/badge.svg?branch=master&event=push
43-
[build-link]: https://github.com/RustCrypto/block-modes/actions?query=workflow%3Acfb+branch%3Amaster
42+
[build-image]: https://github.com/RustCrypto/block-modes/actions/workflows/cfb8.yaml/badge.svg
43+
[build-link]: https://github.com/RustCrypto/block-modes/actions/workflows/cfb8.yaml
4444

4545
[//]: # (general links)
4646

ctr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ctr"
3-
version = "0.10.0-pre.2"
3+
version = "0.10.0-rc.0"
44
description = "CTR block modes of operation"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)