Skip to content

Commit a3d344e

Browse files
authored
Cut prereleases with hybrid-array v0.4 support (#87)
Releases the following: - `belt-ctr` v0.2.0-rc.1 - `cbc` v0.2.0-rc.1 - `cfb-mode` v0.9.0-rc.1 - `cfb8` v0.9.0-rc.1 - `ctr` v0.10.0-rc.1 - `cts` v0.7.0-rc.1 - `ige` v0.2.0-rc.1 - `ofb` v0.7.0-rc.1 - `pcbc` v0.2.0-rc.1
1 parent 630fe78 commit a3d344e

10 files changed

Lines changed: 18 additions & 18 deletions

File tree

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

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

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-rc.0"
3+
version = "0.9.0-rc.1"
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"

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.0"
3+
version = "0.10.0-rc.1"
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.0"
3+
version = "0.7.0-rc.1"
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.0"
3+
version = "0.2.0-rc.1"
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.0"
3+
version = "0.7.0-rc.1"
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.0"
3+
version = "0.2.0-rc.1"
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)