Skip to content

Commit bdaf60c

Browse files
authored
Cut new prereleases (#162)
Releases the following: - `ansi-x963-kdf` v0.1.0-rc.1 - `bake-kdf` v0.1.0-rc.0 - `hkdf` v0.13.0-rc.3 - `kbkdf` v0.1.0-rc.0 - `one-step-kdf` v0.1.0-rc.0
1 parent 4f18d3c commit bdaf60c

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

Cargo.lock

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

ansi-x963-kdf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ansi-x963-kdf"
3-
version = "0.1.0-rc.0"
3+
version = "0.1.0-rc.1"
44
description = "ANSI X9.63 Key Derivation Function"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

bake-kdf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bake-kdf"
3-
version = "0.0.1"
3+
version = "0.1.0-rc.0"
44
description = "bake-kdf function (STB 34.101.66-2014)"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

hkdf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hkdf"
3-
version = "0.13.0-rc.2"
3+
version = "0.13.0-rc.3"
44
authors = ["RustCrypto Developers"]
55
license = "MIT OR Apache-2.0"
66
homepage = "https://github.com/RustCrypto/KDFs/"

kbkdf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kbkdf"
3-
version = "0.1.0-pre.0"
3+
version = "0.1.0-rc.0"
44
edition = "2024"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

one-step-kdf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "one-step-kdf"
3-
version = "0.1.0-pre"
3+
version = "0.1.0-rc.0"
44
description = "One-Step Key Derivation Function as defined in NIST SP 800-56C R2"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)