Skip to content

Commit ca6e12a

Browse files
authored
Cut rc.2 prereleases (#93)
Releases the following: - `belt-ctr` v0.2.0-rc.2 - `cbc` v0.2.0-rc.2 - `ctr` v0.10.0-rc.2 - `cts` v0.7.0-rc.2 - `ige` v0.2.0-rc.2 - `ofb` v0.7.0-rc.2 - `pcbc` v0.2.0-rc.2
1 parent 1493905 commit ca6e12a

8 files changed

Lines changed: 14 additions & 14 deletions

File tree

Cargo.lock

Lines changed: 7 additions & 7 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-rc.1"
3+
version = "0.2.0-rc.2"
44
description = "CTR block mode of operation specified by the BelT standard"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

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-rc.1"
3+
version = "0.2.0-rc.2"
44
description = "Cipher Block Chaining (CBC) block cipher mode of operation"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

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-rc.1"
3+
version = "0.10.0-rc.2"
44
description = "CTR block modes of operation"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

cts/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cts"
3-
version = "0.7.0-rc.1"
3+
version = "0.7.0-rc.2"
44
description = "Generic implementation of the ciphertext stealing block modes of operation"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

ige/Cargo.toml

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

ofb/Cargo.toml

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

pcbc/Cargo.toml

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

0 commit comments

Comments
 (0)