Skip to content

Commit 1c3c174

Browse files
committed
Cut new prereleases
Releases the following: - `bignp256` v0.14.0-rc.5 - `bp256` v0.14.0-rc.5 - `bp384` v0.14.0-rc.5 - `ed448-goldilocks` v0.14.0-pre.8 - `hash2curve` v0.14.0-rc.8 - `k256` v0.14.0-rc.5 - `p192` v0.14.0-rc.5 - `p224` v0.14.0-rc.5 - `p256` v0.14.0-rc.5 - `p384` v0.14.0-rc.5 - `p521` v0.14.0-rc.5 - `primefield` v0.14.0-rc.5 - `primeorder` v0.14.0-rc.5 - `sm2` v0.14.0-rc.5 - `x448` v0.14.0-pre.5
1 parent bcc0f42 commit 1c3c174

File tree

16 files changed

+62
-62
lines changed

16 files changed

+62
-62
lines changed

Cargo.lock

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

bignp256/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bignp256"
3-
version = "0.14.0-rc.4"
3+
version = "0.14.0-rc.5"
44
description = """
55
Pure Rust implementation of the Bign P-256 (a.k.a. bign-curve256v1)
66
elliptic curve as defined in STB 34.101.45-2013, with
@@ -30,16 +30,16 @@ hmac = { version = "0.13.0-rc.3", optional = true }
3030
rand_core = "0.10.0-rc-5"
3131
rfc6979 = { version = "0.5.0-rc.3", optional = true }
3232
pkcs8 = { version = "0.11.0-rc.9", optional = true }
33-
primefield = { version = "0.14.0-rc.4", optional = true }
34-
primeorder = { version = "0.14.0-rc.4", optional = true }
33+
primefield = { version = "0.14.0-rc.5", optional = true }
34+
primeorder = { version = "0.14.0-rc.5", optional = true }
3535
sec1 = { version = "0.8.0-rc.12", optional = true }
3636
signature = { version = "3.0.0-rc.8", optional = true }
3737

3838
[dev-dependencies]
3939
criterion = "0.7"
4040
elliptic-curve = { version = "0.14.0-rc.23", default-features = false, features = ["dev"] }
4141
hex-literal = "1"
42-
primeorder = { version = "0.14.0-rc.4", features = ["dev"] }
42+
primeorder = { version = "0.14.0-rc.5", features = ["dev"] }
4343
proptest = "1"
4444

4545
[features]

bp256/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bp256"
3-
version = "0.14.0-rc.4"
3+
version = "0.14.0-rc.5"
44
description = "Brainpool P-256 (brainpoolP256r1 and brainpoolP256t1) elliptic curves"
55
authors = ["RustCrypto Developers"]
66
license = "Apache-2.0 OR MIT"
@@ -18,8 +18,8 @@ elliptic-curve = { version = "0.14.0-rc.23", default-features = false, features
1818

1919
# optional dependencies
2020
ecdsa = { version = "0.17.0-rc.13", optional = true, default-features = false, features = ["der"] }
21-
primefield = { version = "0.14.0-rc.4", optional = true }
22-
primeorder = { version = "0.14.0-rc.4", optional = true }
21+
primefield = { version = "0.14.0-rc.5", optional = true }
22+
primeorder = { version = "0.14.0-rc.5", optional = true }
2323
sha2 = { version = "0.11.0-rc.3", optional = true, default-features = false }
2424

2525
[dev-dependencies]

bp384/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bp384"
3-
version = "0.14.0-rc.4"
3+
version = "0.14.0-rc.5"
44
description = "Brainpool P-384 (brainpoolP384r1 and brainpoolP384t1) elliptic curves"
55
authors = ["RustCrypto Developers"]
66
license = "Apache-2.0 OR MIT"
@@ -18,8 +18,8 @@ elliptic-curve = { version = "0.14.0-rc.23", default-features = false, features
1818

1919
# optional dependencies
2020
ecdsa = { version = "0.17.0-rc.13", optional = true, default-features = false, features = ["der"] }
21-
primefield = { version = "0.14.0-rc.4", optional = true }
22-
primeorder = { version = "0.14.0-rc.4", optional = true }
21+
primefield = { version = "0.14.0-rc.5", optional = true }
22+
primeorder = { version = "0.14.0-rc.5", optional = true }
2323
sha2 = { version = "0.11.0-rc.3", optional = true, default-features = false }
2424

2525
[dev-dependencies]

ed448-goldilocks/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ed448-goldilocks"
3-
version = "0.14.0-pre.7"
3+
version = "0.14.0-pre.8"
44
authors = ["RustCrypto Developers"]
55
categories = ["cryptography"]
66
keywords = ["cryptography", "decaf", "ed448", "ed448-goldilocks"]
@@ -17,7 +17,7 @@ This crate also includes signing and verifying of Ed448 signatures.
1717

1818
[dependencies]
1919
elliptic-curve = { version = "0.14.0-rc.23", features = ["arithmetic", "pkcs8"] }
20-
hash2curve = "0.14.0-rc.7"
20+
hash2curve = "0.14.0-rc.8"
2121
rand_core = { version = "0.10.0-rc-5", default-features = false }
2222
sha3 = { version = "0.11.0-rc.3", default-features = false }
2323
subtle = { version = "2.6", default-features = false }

hash2curve/Cargo.toml

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

k256/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "k256"
3-
version = "0.14.0-rc.4"
3+
version = "0.14.0-rc.5"
44
description = """
55
secp256k1 elliptic curve library written in pure Rust with support for ECDSA
66
signing/verification/public-key recovery, Taproot Schnorr signatures (BIP340),
@@ -21,12 +21,12 @@ rust-version = "1.85"
2121
[dependencies]
2222
cfg-if = "1.0"
2323
elliptic-curve = { version = "0.14.0-rc.23", default-features = false, features = ["sec1"] }
24-
hash2curve = { version = "0.14.0-rc.7", optional = true }
24+
hash2curve = { version = "0.14.0-rc.8", optional = true }
2525

2626
# optional dependencies
2727
ecdsa-core = { version = "0.17.0-rc.13", package = "ecdsa", optional = true, default-features = false, features = ["der"] }
2828
hex-literal = { version = "1", optional = true }
29-
primeorder = { version = "0.14.0-rc.4", optional = true }
29+
primeorder = { version = "0.14.0-rc.5", optional = true }
3030
serdect = { version = "0.4", optional = true, default-features = false }
3131
sha2 = { version = "0.11.0-rc.3", optional = true, default-features = false }
3232
signature = { version = "3.0.0-rc.8", optional = true }

p192/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "p192"
3-
version = "0.14.0-rc.4"
3+
version = "0.14.0-rc.5"
44
description = """
55
Pure Rust implementation of the NIST P-192 (a.k.a. secp192r1) elliptic curve
66
as defined in SP 800-186
@@ -22,14 +22,14 @@ elliptic-curve = { version = "0.14.0-rc.23", default-features = false, features
2222
# optional dependencies
2323
ecdsa-core = { version = "0.17.0-rc.13", package = "ecdsa", optional = true, default-features = false, features = ["der"] }
2424
hex-literal = { version = "1", optional = true }
25-
primefield = { version = "0.14.0-rc.4", optional = true }
26-
primeorder = { version = "0.14.0-rc.4", optional = true }
25+
primefield = { version = "0.14.0-rc.5", optional = true }
26+
primeorder = { version = "0.14.0-rc.5", optional = true }
2727
serdect = { version = "0.4", optional = true, default-features = false }
2828

2929
[dev-dependencies]
3030
ecdsa-core = { version = "0.17.0-rc.13", package = "ecdsa", default-features = false, features = ["dev"] }
3131
hex-literal = "1"
32-
primeorder = { version = "0.14.0-rc.4", features = ["dev"] }
32+
primeorder = { version = "0.14.0-rc.5", features = ["dev"] }
3333

3434
[features]
3535
default = ["arithmetic", "ecdsa", "pem", "std"]

p224/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "p224"
3-
version = "0.14.0-rc.4"
3+
version = "0.14.0-rc.5"
44
description = """
55
Pure Rust implementation of the NIST P-224 (a.k.a. secp224r1) elliptic curve
66
as defined in SP 800-186
@@ -22,15 +22,15 @@ elliptic-curve = { version = "0.14.0-rc.23", default-features = false, features
2222
# optional dependencies
2323
ecdsa-core = { version = "0.17.0-rc.13", package = "ecdsa", optional = true, default-features = false, features = ["der"] }
2424
hex-literal = { version = "1", optional = true }
25-
primefield = { version = "0.14.0-rc.4", optional = true }
26-
primeorder = { version = "0.14.0-rc.4", optional = true }
25+
primefield = { version = "0.14.0-rc.5", optional = true }
26+
primeorder = { version = "0.14.0-rc.5", optional = true }
2727
serdect = { version = "0.4", optional = true, default-features = false }
2828
sha2 = { version = "0.11.0-rc.3", optional = true, default-features = false }
2929

3030
[dev-dependencies]
3131
ecdsa-core = { version = "0.17.0-rc.13", package = "ecdsa", default-features = false, features = ["dev"] }
3232
hex-literal = "1"
33-
primeorder = { version = "0.14.0-rc.4", features = ["dev"] }
33+
primeorder = { version = "0.14.0-rc.5", features = ["dev"] }
3434

3535
[features]
3636
default = ["arithmetic", "ecdsa", "pem", "std"]

p256/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "p256"
3-
version = "0.14.0-rc.4"
3+
version = "0.14.0-rc.5"
44
description = """
55
Pure Rust implementation of the NIST P-256 (a.k.a. secp256r1, prime256v1)
66
elliptic curve as defined in SP 800-186, with support for ECDH, ECDSA
@@ -22,19 +22,19 @@ elliptic-curve = { version = "0.14.0-rc.23", default-features = false, features
2222

2323
# optional dependencies
2424
ecdsa-core = { version = "0.17.0-rc.13", package = "ecdsa", optional = true, default-features = false, features = ["der"] }
25-
hash2curve = { version = "0.14.0-rc.7", optional = true }
25+
hash2curve = { version = "0.14.0-rc.8", optional = true }
2626
hex-literal = { version = "1", optional = true }
27-
primefield = { version = "0.14.0-rc.4", optional = true }
28-
primeorder = { version = "0.14.0-rc.4", optional = true }
27+
primefield = { version = "0.14.0-rc.5", optional = true }
28+
primeorder = { version = "0.14.0-rc.5", optional = true }
2929
serdect = { version = "0.4", optional = true, default-features = false }
3030
sha2 = { version = "0.11.0-rc.3", optional = true, default-features = false }
3131

3232
[dev-dependencies]
3333
criterion = "0.7"
3434
ecdsa-core = { version = "0.17.0-rc.13", package = "ecdsa", default-features = false, features = ["dev"] }
3535
hex-literal = "1"
36-
primefield = { version = "0.14.0-rc.4" }
37-
primeorder = { version = "0.14.0-rc.4", features = ["dev"] }
36+
primefield = { version = "0.14.0-rc.5" }
37+
primeorder = { version = "0.14.0-rc.5", features = ["dev"] }
3838
proptest = "1"
3939

4040
[features]

0 commit comments

Comments
 (0)