Skip to content

Commit c4ae371

Browse files
authored
New .rc prereleases (#1072)
- `dsa` v0.7.0-rc.6 - `ecdsa` v0.17.0-rc.7 - `ed25519` v3.0.0-rc.1 - `ed448` v0.5.0-rc.1 - `lms-signature` v0.1.0-rc.0 - `ml-dsa` v0.1.0-rc.0 - `slh-dsa` v0.2.0-rc.0
1 parent c8a19d1 commit c4ae371

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

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.

dsa/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dsa"
3-
version = "0.7.0-rc.5"
3+
version = "0.7.0-rc.6"
44
description = """
55
Pure Rust implementation of the Digital Signature Algorithm (DSA) as specified
66
in FIPS 186-4 (Digital Signature Standard), providing RFC6979 deterministic

ecdsa/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ecdsa"
3-
version = "0.17.0-rc.6"
3+
version = "0.17.0-rc.7"
44
description = """
55
Pure Rust implementation of the Elliptic Curve Digital Signature Algorithm
66
(ECDSA) as specified in FIPS 186-4 (Digital Signature Standard), providing

ed25519/Cargo.toml

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

ed448/Cargo.toml

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

lms/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "lms-signature"
33
description = "Pure Rust implementation of Leighton-Micali Hash-Based Signatures (RFC 8554)"
4-
version = "0.1.0-pre"
4+
version = "0.1.0-rc.0"
55
edition = "2024"
66
license = "Apache-2.0 OR MIT"
77
homepage = "https://github.com/RustCrypto/signatures/tree/master/lms"

ml-dsa/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = """
44
Pure Rust implementation of ML-DSA (formerly known as CRYSTALS-Dilithium) as
55
described in FIPS-204 (final)
66
"""
7-
version = "0.1.0-pre.2"
7+
version = "0.1.0-rc.0"
88
edition = "2024"
99
rust-version = "1.85"
1010
license = "Apache-2.0 OR MIT"

slh-dsa/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = """
44
Pure Rust implementation of SLH-DSA (aka SPHINCS+) as described in the
55
FIPS-205 standard
66
"""
7-
version = "0.2.0-pre"
7+
version = "0.2.0-rc.0"
88
edition = "2024"
99
rust-version = "1.85"
1010
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)