Skip to content

Commit d34a204

Browse files
authored
Cut prereleases with hybrid-array v0.4 support (#210)
Releases the following: - `cbc-mac` v0.2.0-rc.1 - `cmac` v0.8.0-rc.1 - `hmac` v0.13.0-rc.1 - `pmac` v0.8.0-rc.1
1 parent a24de6b commit d34a204

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

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

cbc-mac/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-mac"
3-
version = "0.2.0-rc.0"
3+
version = "0.2.0-rc.1"
44
description = "Implementation of Cipher Block Chaining Message Authentication Code (CBC-MAC)"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

cmac/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cmac"
3-
version = "0.8.0-rc.0"
3+
version = "0.8.0-rc.1"
44
description = "Generic implementation of Cipher-based Message Authentication Code"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

hmac/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hmac"
3-
version = "0.13.0-rc.0"
3+
version = "0.13.0-rc.1"
44
description = "Generic implementation of Hash-based Message Authentication Code (HMAC)"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

pmac/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pmac"
3-
version = "0.8.0-rc.0"
3+
version = "0.8.0-rc.1"
44
description = "Generic implementation of Parallelizable Message Authentication Code"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)