Skip to content

Commit f467f70

Browse files
authored
ecdsa v0.17.0-rc.17 (#1304)
1 parent a39b93d commit f467f70

3 files changed

Lines changed: 8 additions & 9 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,3 @@ rfc6979 = { path = "./rfc6979" }
2929
slh-dsa = { path = "./slh-dsa" }
3030
xmss = { path = "./xmss" }
3131
bign-genk = { path = "./bign-genk" }
32-
33-
elliptic-curve = { git = "https://github.com/RustCrypto/traits" }

ecdsa/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ecdsa"
3-
version = "0.17.0-rc.16"
3+
version = "0.17.0-rc.17"
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
@@ -17,7 +17,7 @@ edition = "2024"
1717
rust-version = "1.85"
1818

1919
[dependencies]
20-
elliptic-curve = { version = "0.14.0-rc.30", default-features = false, features = ["sec1"] }
20+
elliptic-curve = { version = "0.14.0-rc.31", default-features = false, features = ["sec1"] }
2121
signature = { version = "3.0.0-rc.10", default-features = false, features = ["rand_core"] }
2222
zeroize = { version = "1.5", default-features = false }
2323

@@ -30,7 +30,7 @@ sha2 = { version = "0.11", optional = true, default-features = false, features =
3030
spki = { version = "0.8", optional = true, default-features = false }
3131

3232
[dev-dependencies]
33-
elliptic-curve = { version = "0.14.0-rc.30", default-features = false, features = ["dev"] }
33+
elliptic-curve = { version = "0.14.0-rc.31", default-features = false, features = ["dev"] }
3434
hex-literal = "1"
3535
sha2 = { version = "0.11", default-features = false }
3636

0 commit comments

Comments
 (0)