Skip to content

Commit 63e08a1

Browse files
authored
Cut prereleases with hybrid-array v0.4 support (#53)
Releases the following: - `aes-kw` v0.3.0-rc.1 - `belt-kwp` v0.1.0-rc.0
1 parent 051ca3f commit 63e08a1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

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

aes-kw/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aes-kw"
3-
version = "0.3.0-rc.0"
3+
version = "0.3.0-rc.1"
44
description = "NIST 800-38F AES Key Wrap (KW) and Key Wrap with Padding (KWP) modes"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

belt-kwp/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-kwp"
3-
version = "0.0.0"
3+
version = "0.1.0-rc.0"
44
description = "STB 34.101.30-2020 Key Wrap Algorithm (KWP) implementation using Belt block cipher"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)