commit_hash stringlengths 40 40 | author stringlengths 1 57 | date timestamp[s]date 2010-07-26 04:45:09 2026-04-14 18:21:10 | message stringlengths 8 1.39M | diff stringlengths 68 51.2k | files_changed int64 1 136 | insertions int64 0 2.35k | deletions int64 0 1.9k |
|---|---|---|---|---|---|---|---|
2fbbca70ea2992b8849093f00dd15fd2d5fae325 | Tony Arcieri | 2026-02-11T16:02:14 | dsa: bump `crypto-bigint` to v0.7.0-rc.26 (#1217)
Includes changes to the default `Mul` and `Add` impls so they are no
longer widening, necessitating a switch to
`concatenating_add`/`concatenating_mul`.
See RustCrypto/crypto-bigint#1177 | diff --git a/Cargo.lock b/Cargo.lock
index e897815..9dccb20 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -201,9 +201,9 @@ checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c"
[[package]]
name = "cpubits"
-version = "0.1.0-rc.3"
+version = "0.1.0"
source = "registry+https://github.com/rust-l... | 3 | 10 | 7 |
7d75e78f40019785f480b1df2abf71ed9db26e44 | Tony Arcieri | 2026-02-08T19:28:44 | slh-dsa: bump `rand` dev-dependency to v0.10 (#1214) | diff --git a/Cargo.lock b/Cargo.lock
index 7424e8a..e897815 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -10,7 +10,7 @@ checksum = "04097e08a47d9ad181c2e1f4a5fabc9ae06ce8839a333ba9a949bcb0d31fd2a3"
dependencies = [
"cipher",
"cpubits",
- "cpufeatures",
+ "cpufeatures 0.2.17",
]
[[package]]
@@ -114,13 +114,13 @@... | 3 | 22 | 14 |
3db77e32fa27b82ab71313458405e6a69740ded6 | Tony Arcieri | 2026-02-05T20:52:31 | ml-dsa: bump `module-lattice` dependency to v0.1 (#1213)
Initial stable release | diff --git a/Cargo.lock b/Cargo.lock
index 63cce68..7424e8a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -730,9 +730,9 @@ dependencies = [
[[package]]
name = "module-lattice"
-version = "0.1.0-rc.1"
+version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "42f053ae0c0c619f9d9e... | 2 | 3 | 3 |
70986609af12567aac4480d399685b68c62c3de9 | Tony Arcieri | 2026-02-03T16:27:52 | ml-dsa: bump `module-lattice` to v0.1.0-rc.1 (#1209)
Also cuts an `ml-dsa` v0.1.0-rc.7 release | diff --git a/Cargo.lock b/Cargo.lock
index 45cad97..dc13534 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -709,7 +709,7 @@ checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
[[package]]
name = "ml-dsa"
-version = "0.1.0-rc.6"
+version = "0.1.0-rc.7"
dependencies = [
"const-oid",
"crite... | 3 | 6 | 6 |
b8fe5097b6cebee7deac05a0ac5c822ed9325f0a | Tony Arcieri | 2026-02-03T16:06:29 | ml-dsa: use flattened `module-lattice` API (#1208)
Companion PR to RustCrypto/KEMs#244 | diff --git a/Cargo.lock b/Cargo.lock
index 3c3c37e..45cad97 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -584,9 +584,9 @@ dependencies = [
[[package]]
name = "hybrid-array"
-version = "0.4.6"
+version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b41fb3dc24fe72c2e3a4685eed5... | 10 | 32 | 42 |
72b44e49c6e6d64579908efd7880e1744e0e1aaf | Tony Arcieri | 2026-02-02T17:16:09 | Bump `getrandom` to v0.4 (#1205)
Release PR: rust-random/getrandom#798 | diff --git a/dsa/Cargo.toml b/dsa/Cargo.toml
index bbcfee1..5f0522f 100644
--- a/dsa/Cargo.toml
+++ b/dsa/Cargo.toml
@@ -34,7 +34,7 @@ hex = "0.4"
hex-literal = "1"
pkcs8 = { version = "0.11.0-rc.10", default-features = false, features = ["pem"] }
proptest = "1"
-getrandom = { version = "0.4.0-rc.1", features = ["sy... | 3 | 3 | 3 |
1047e9771be07b338e6014de6f9e278463cea8ef | Tony Arcieri | 2026-02-02T05:33:44 | ecdsa v0.17.0-rc.15 (#1198) | diff --git a/Cargo.lock b/Cargo.lock
index 1f0de82..d9acc8f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -376,7 +376,7 @@ dependencies = [
[[package]]
name = "ecdsa"
-version = "0.17.0-rc.14"
+version = "0.17.0-rc.15"
dependencies = [
"der",
"digest",
diff --git a/ecdsa/Cargo.toml b/ecdsa/Cargo.toml
index 25899... | 2 | 2 | 2 |
a0473fb04275bed10646f28bfe787b9b81badd8d | Tony Arcieri | 2026-02-02T04:47:05 | Bump `rand_core` to v0.10.0 (#1197)
NOTE: temporarily excludes `slh-dsa` from the workspace until `rand` is
bumped because it is the only crate that depends on it
Release notes:
https://github.com/rust-random/rand_core/releases/tag/v0.10.0
Also bumps the following:
- `chacha20` v0.10.0-rc.10
- `cipher` v0.5.0-rc.7
... | diff --git a/Cargo.lock b/Cargo.lock
index cd7d77e..1f0de82 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2,17 +2,6 @@
# It is not intended for manual editing.
version = 4
-[[package]]
-name = "aes"
-version = "0.9.0-rc.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fd9e1c818b25efb... | 10 | 1,336 | 131 |
e5244d2abe09d3e91e498147bcab365f02b4e510 | Tony Arcieri | 2026-01-31T20:36:06 | ml-dsa: add `reason` to all `clippy` div/rem `allow`s (#1196)
For allow instances of `allow(clippy::integer_division_remainder_used)`
adds a `reason` field which is now one of "constant" (as in bound to an
all-caps-named `const` value) or "tests". | diff --git a/ml-dsa/src/algebra.rs b/ml-dsa/src/algebra.rs
index cd3cce9..938b8a7 100644
--- a/ml-dsa/src/algebra.rs
+++ b/ml-dsa/src/algebra.rs
@@ -44,7 +44,7 @@ where
{
#[allow(clippy::as_conversions)]
const SHIFT: usize = 2 * (M::U64.ilog2() + 1) as usize;
- #[allow(clippy::integer_division_remainder_u... | 4 | 7 | 9 |
4c7a2eefd01255597a66ceae8e0acec05436264b | Tony Arcieri | 2026-01-31T19:48:37 | ml-dsa v0.1.0-rc.5 (#1195) | diff --git a/Cargo.lock b/Cargo.lock
index e6378f3..cd7d77e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -703,7 +703,7 @@ checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
[[package]]
name = "ml-dsa"
-version = "0.1.0-rc.4"
+version = "0.1.0-rc.5"
dependencies = [
"const-oid",
"crite... | 2 | 2 | 2 |
10f4ff04cb43ef2b789ee06e885f11cd054b1335 | Tony Arcieri | 2026-01-31T19:15:20 | ml-dsa: fix `use_hint` when 𝓇₀ = 0 (#1194)
Originally reported as GHSA-h37v-hp6w-2pp8 by @XoifaiI
According to FIPS 204 Algorithm 40:
3: if h = 1 and r0 > 0 return (r1 + 1) mod m
4: if h = 1 and r0 <= 0 return (r1 − 1) mod m
The check that `r0 > 0` was missing, and so values were being
miscomputed in the... | diff --git a/ml-dsa/src/hint.rs b/ml-dsa/src/hint.rs
index 20ced9f..7c24c45 100644
--- a/ml-dsa/src/hint.rs
+++ b/ml-dsa/src/hint.rs
@@ -7,27 +7,31 @@ use module_lattice::utils::Truncate;
use crate::algebra::{AlgebraExt, BaseField, Decompose, Elem, Field, Polynomial, Vector};
use crate::param::{EncodedHint, Signature... | 1 | 27 | 11 |
39c0211cdd5a926405e5598ebb4c1b63f1378771 | Tony Arcieri | 2026-01-30T14:52:11 | ml-dsa: bump `module-lattice` to v0.1.0-rc.0 (#1192) | diff --git a/Cargo.lock b/Cargo.lock
index 54b4062..e6378f3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -724,8 +724,9 @@ dependencies = [
[[package]]
name = "module-lattice"
-version = "0.1.0-pre.0"
-source = "git+https://github.com/RustCrypto/KEMs#c3b485d4a6e4ea70b60b18bccca038772ef1981b"
+version = "0.1.0-rc.0"
+... | 3 | 4 | 5 |
2a495212114934d7f4d86d0fc01e3078b1409392 | Tony Arcieri | 2026-01-29T23:21:12 | ml-dsa: updates for `module_lattice::{encoding, utils}` (#1191)
These were renamed in RustCrypto/KEMs#221 | diff --git a/Cargo.lock b/Cargo.lock
index 27b6f2e..54b4062 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -725,7 +725,7 @@ dependencies = [
[[package]]
name = "module-lattice"
version = "0.1.0-pre.0"
-source = "git+https://github.com/RustCrypto/KEMs#5a2b2ae2003bd6c6f5ff5944ef07b3cd84a4d252"
+source = "git+https://gith... | 11 | 31 | 35 |
97b956774ae760f486e428cde2141cf1b1aef46d | Tony Arcieri | 2026-01-29T15:37:30 | ml-dsa: impl `MultiplyNtt` trait from `module-lattice` (#1190)
Previously Algorithm 45: `MultiplyNTT` from FIPS 204 was implemented in
the `module-lattice` crate, but for `ml-kem` we need to plug in
Algorithm 11: `MultiplyNTTs` from FIPS 203 instead, so `module-lattice`
now defines a new `MultiplyNTT` trait that lets ... | diff --git a/Cargo.lock b/Cargo.lock
index 108d753..27b6f2e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -725,8 +725,7 @@ dependencies = [
[[package]]
name = "module-lattice"
version = "0.1.0-pre.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f95b02843c605c5c6d4747f07a1171645be22ce1... | 3 | 20 | 3 |
965cec5dff37ff1d4b440a3533b209497ac11947 | Tony Arcieri | 2026-01-27T23:30:54 | ml-dsa: use the `module-lattice` crate (#1189)
We can share code between `ml-kem` and `ml-dsa`, and the previous
`ml_dsa::module_lattice` submodule was designed so it could be extracted
and shared with `ml-kem`.
That just happened in RustCrypto/KEMs#199, which pulled the
`module_lattice` module out of this crate at 9... | diff --git a/Cargo.lock b/Cargo.lock
index cfb889f..108d753 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -711,7 +711,7 @@ dependencies = [
"hex",
"hex-literal",
"hybrid-array",
- "num-traits",
+ "module-lattice",
"pkcs8",
"proptest",
"rand_core 0.10.0-rc-6",
@@ -722,6 +722,17 @@ dependencies = [
"zeroize",... | 14 | 53 | 888 |
942de7faa6f8c5152059da6ab41752c0129a04b5 | Tony Arcieri | 2026-01-27T21:34:22 | Cut new releases (#1188)
Releases new versions of everything except `dsa` and `ecdsa` (since we
previously released those) which include the `rand_core` v0.10.0-rc-6
upgrade (as well as the associated `signature` v3.0.0-rc.9 release).
The `ml-dsa` crate contains a fix for #1176.
Releases the following:
- `ed25519` v... | diff --git a/Cargo.lock b/Cargo.lock
index 95f54bd..cfb889f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -405,7 +405,7 @@ dependencies = [
[[package]]
name = "ed25519"
-version = "3.0.0-rc.2"
+version = "3.0.0-rc.3"
dependencies = [
"hex-literal",
"pkcs8",
@@ -419,7 +419,7 @@ dependencies = [
[[package]]
na... | 9 | 19 | 19 |
400961412be2e2ab787942cf30e0a9b66b37a54a | Tony Arcieri | 2026-01-27T21:18:00 | ml-dsa: fix Wycheproof verification test failures (#1187)
Corrects the check for monotonically increasing hint indexes reported as
GHSA-5x2r-hc65-25f9 and reproduced in #1176.
It seems the logic for checking the hint "cuts" (`y[omega + i]`) needs
to remain the same, however.
With this change, we pass the full set of... | diff --git a/ml-dsa/src/hint.rs b/ml-dsa/src/hint.rs
index 220af1f..424960a 100644
--- a/ml-dsa/src/hint.rs
+++ b/ml-dsa/src/hint.rs
@@ -115,17 +115,15 @@ where
y
}
- fn monotonic(a: &[usize]) -> bool {
- a.iter().enumerate().all(|(i, x)| i == 0 || a[i - 1] <= *x)
- }
-
pub(crate) fn b... | 2 | 6 | 27 |
c147ef027f32a74c481ae26a1dbe13078e464091 | Tony Arcieri | 2026-01-26T16:41:25 | Bump dependencies (#1182)
Updates the following dependency requirements:
- `cipher` v0.5.0-rc.6
- `digest` v0.11.0-rc.9
- `hmac` v0.13.0-rc.4
- `signature` v3.0.0-rc.9
- `pkcs8` v0.11.0-rc.10
- `sha2` v0.11.0-rc.4
- `sha3` v0.11.0-rc.6 | diff --git a/Cargo.lock b/Cargo.lock
index 149c35c..95f54bd 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -153,9 +153,9 @@ dependencies = [
[[package]]
name = "cipher"
-version = "0.5.0-rc.5"
+version = "0.5.0-rc.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b557bad79bc426785757001... | 8 | 41 | 41 |
39d03e27e5b7e5570d381497b2d11eeb43cb9ee7 | Tony Arcieri | 2026-01-26T16:38:27 | ml-dsa: add Wycheproof verification tests (#1176)
Adds Wycheproof verification tests for ML-DSA-44/65/87.
On ML-DSA-44, this reproduced an issue previously reported as
GHSA-5x2r-hc65-25f9 by @orenyomtov:
> Test #18: signature with a repeated hint (Invalid)
Likewise, on ML-DSA-44 only we are also failing this case:
... | diff --git a/ml-dsa/tests/wycheproof.rs b/ml-dsa/tests/wycheproof.rs
index 94274e3..9bfad99 100644
--- a/ml-dsa/tests/wycheproof.rs
+++ b/ml-dsa/tests/wycheproof.rs
@@ -2,9 +2,9 @@
// Implementation is based in part on `rsa` which is in turn based on Graviola.
-use ml_dsa::{KeyGen, MlDsa44, MlDsa65, MlDsa87};
+use... | 1 | 87 | 16 |
e90411eb91696d128dd06f818627fe6d7994c535 | Tony Arcieri | 2026-01-26T16:02:33 | Bump `rand` to v0.10.0-rc.8 (#1177) | diff --git a/Cargo.lock b/Cargo.lock
index 0a5b006..149c35c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -895,8 +895,9 @@ dependencies = [
[[package]]
name = "rand"
-version = "0.10.0-rc.7"
-source = "git+https://github.com/rust-random/rand?branch=rand_core%2Fv0.10.0-rc-6#79d9026b7284bc574401fe39cc763af09d6d092c"
+v... | 3 | 5 | 8 |
3f69e4e2add3eda9e519a9271fd019411128aab9 | Tony Arcieri | 2026-01-25T20:38:33 | dsa v0.7.0-rc.11 (#1174) | diff --git a/Cargo.lock b/Cargo.lock
index 626c235..0a5b006 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -367,7 +367,7 @@ dependencies = [
[[package]]
name = "dsa"
-version = "0.7.0-rc.10"
+version = "0.7.0-rc.11"
dependencies = [
"chacha20",
"crypto-bigint",
diff --git a/dsa/Cargo.toml b/dsa/Cargo.toml
index 1... | 2 | 2 | 2 |
e22c4fc5a2a5b037fb08f965dc63ce538c83957f | Tony Arcieri | 2026-01-25T20:01:53 | dsa: bump dependencies (#1173)
Upgrades the following dependency requirements:
- `digest` v0.11.0-rc.8
- `crypto-bigint` v0.7.0-rc.22
- `crypto-primes` v0.7.0-pre.8
- `getrandom` v0.4.0-rc.1
- `pkcs8` v0.11.0-rc.10
- `sha2` v0.11.0-rc.4
- `signature` v3.0.0-rc.9 | diff --git a/Cargo.lock b/Cargo.lock
index e0037c0..626c235 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -301,8 +301,9 @@ dependencies = [
[[package]]
name = "crypto-primes"
-version = "0.7.0-pre.7"
-source = "git+https://github.com/entropyxyz/crypto-primes#ba1024f4985d351d83dc588ee2607604ad19dba6"
+version = "0.7.0... | 3 | 16 | 18 |
11d23fd07ca99d56287e96c7bf071ba7709f8402 | Tony Arcieri | 2026-01-25T02:02:39 | Cargo.toml: update `crypto-primes` patch (#1172) | diff --git a/Cargo.lock b/Cargo.lock
index c8883a6..e0037c0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -302,7 +302,7 @@ dependencies = [
[[package]]
name = "crypto-primes"
version = "0.7.0-pre.7"
-source = "git+https://github.com/tarcieri/crypto-primes?branch=crypto-bigint%2Fv0.7.0-rc.22#cdb408ca1420df78b7d0d297d0d... | 2 | 2 | 3 |
17411848cae9fcbd71155da531a66b2a7ea0a970 | Tony Arcieri | 2026-01-24T22:41:24 | ecdsa v0.17.0-rc.14 (#1171) | diff --git a/Cargo.lock b/Cargo.lock
index e618bf8..c8883a6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -388,7 +388,7 @@ dependencies = [
[[package]]
name = "ecdsa"
-version = "0.17.0-rc.13"
+version = "0.17.0-rc.14"
dependencies = [
"der",
"digest",
diff --git a/ecdsa/Cargo.toml b/ecdsa/Cargo.toml
index 50fed... | 2 | 2 | 2 |
66295315cf52c7cc04d4093258fb499cbba457c0 | Tony Arcieri | 2026-01-24T22:30:36 | Bump `rand_core` to v0.10.0-rc-6 (#1170)
Renames `(Try)RngCore` => `(Try)Rng` | diff --git a/Cargo.lock b/Cargo.lock
index a64df4c..e618bf8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -34,6 +34,12 @@ version = "1.0.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
+[[package]]
+name = "anyhow"
+ver... | 33 | 374 | 142 |
ec88a73c7927e9600015f6f5344b19c49fe406f2 | Tony Arcieri | 2026-01-21T19:49:06 | dsa v0.7.0-rc.10 (#1168) | diff --git a/Cargo.lock b/Cargo.lock
index 4e54751..a64df4c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -361,7 +361,7 @@ dependencies = [
[[package]]
name = "dsa"
-version = "0.7.0-rc.9"
+version = "0.7.0-rc.10"
dependencies = [
"chacha20",
"crypto-bigint",
diff --git a/dsa/Cargo.toml b/dsa/Cargo.toml
index ee... | 2 | 2 | 2 |
13ca313f8d5502fcdb7478560cf8d707f709be89 | Tony Arcieri | 2026-01-21T18:54:43 | Cargo.lock: bump dependencies (#1167)
Updates the following dependencies:
$ cargo update
Updating crates.io index
Locking 33 packages to latest compatible versions
Updating aho-corasick v1.1.3 -> v1.1.4
Updating base64ct v1.8.0 -> v1.8.3
Updating bumpalo v3.19.0 -> v3.19.1
Updating clap v... | diff --git a/Cargo.lock b/Cargo.lock
index b7d240b..4e54751 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -15,9 +15,9 @@ dependencies = [
[[package]]
name = "aho-corasick"
-version = "1.1.3"
+version = "1.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8e60d3430d3a69478ad0993f19238... | 1 | 76 | 103 |
3edd7d6dbf07f2abb21c5733ed375d084d5976e2 | Arthur Gautier | 2026-01-21T00:18:46 | chore(deps): bump `crypto-primes` to `0.7.0-pre.7` (#1165)
Remove `patch.crates-io` on non-main branches. | diff --git a/Cargo.lock b/Cargo.lock
index 1f1e81e..b7d240b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -108,9 +108,9 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
[[package]]
name = "chacha20"
-version = "0.10.0-rc.7"
+version = "0.10.0-rc.8"
source = "registry+https://github.co... | 4 | 14 | 15 |
015bd72e5bafb57d369a1753f327350b56de9cc2 | Tony Arcieri | 2026-01-20T19:42:36 | ecdsa v0.17.0-rc.13 (#1164) | diff --git a/Cargo.lock b/Cargo.lock
index cb72555..1f1e81e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -382,7 +382,7 @@ dependencies = [
[[package]]
name = "ecdsa"
-version = "0.17.0-rc.12"
+version = "0.17.0-rc.13"
dependencies = [
"der",
"digest",
diff --git a/ecdsa/Cargo.toml b/ecdsa/Cargo.toml
index 2f65d... | 2 | 2 | 2 |
c13a0d808f25006e7c24e4a3cd2ba61da2b2288a | Tony Arcieri | 2026-01-20T19:14:02 | Upgrade dependencies (#1163)
- `digest` v0.11.0-rc.7
- `elliptic-curve` v0.14.0-rc.23
- `signature` v3.0.0-rc.8 | diff --git a/Cargo.lock b/Cargo.lock
index 78c649b..cb72555 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -181,12 +181,6 @@ version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
-[[package]]
-name = "cmov"
-vers... | 8 | 28 | 43 |
4b8dee598ef83c5aeef812552532fd5a29bfd9f5 | Arthur Gautier | 2026-01-20T18:29:27 | chore(deps): bump `rand_core` to `0.10.0-rc-5` (#1161) | diff --git a/Cargo.lock b/Cargo.lock
index a5027d6..78c649b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -108,14 +108,14 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
[[package]]
name = "chacha20"
-version = "0.10.0-rc.6"
+version = "0.10.0-rc.7"
source = "registry+https://github.... | 9 | 79 | 56 |
74e20a93fa5ef9149be812765886fbef1c22e538 | Tony Arcieri | 2026-01-12T21:40:12 | dsa v0.7.0-rc.9 (#1149) | diff --git a/Cargo.lock b/Cargo.lock
index 2e28002..565f3a2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -361,7 +361,7 @@ dependencies = [
[[package]]
name = "dsa"
-version = "0.7.0-rc.8"
+version = "0.7.0-rc.9"
dependencies = [
"chacha20",
"crypto-bigint",
diff --git a/dsa/Cargo.toml b/dsa/Cargo.toml
index 088... | 2 | 2 | 2 |
837975e56cacff45b89db4d35f37fff947e81e4f | Tony Arcieri | 2026-01-12T20:34:07 | dsa: bump `crypto-bigint` to v0.7.0-rc.16 (#1148)
Includes changes to the `BoxedMontyForm::new` API, and also bumps
`crypto-primes` to v0.7.0-rc.6 which includes the associated updates
to that crate for the API change. | diff --git a/Cargo.lock b/Cargo.lock
index 34b7b93..2e28002 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -268,9 +268,9 @@ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
[[package]]
name = "crypto-bigint"
-version = "0.7.0-rc.15"
+version = "0.7.0-rc.16"
source = "registry+https://gith... | 7 | 19 | 19 |
4f0ee3c0c3826e11321506aa5263fc7bcb765e25 | Tony Arcieri | 2026-01-10T21:42:32 | ml-dsa v0.1.0-rc.3 (#1146) | diff --git a/Cargo.lock b/Cargo.lock
index bef24f1..34b7b93 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -645,7 +645,7 @@ checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
[[package]]
name = "ml-dsa"
-version = "0.1.0-rc.2"
+version = "0.1.0-rc.3"
dependencies = [
"const-oid",
"crite... | 2 | 2 | 2 |
db04f3893563bdaf342d9c673ef3bfd0363cb793 | Charles Edward Gagnon | 2026-01-10T21:15:32 | ed25519: optional zerocopy dependency (#1134)
Derives trait impls for `Signature` and `PublicKeyBytes` | diff --git a/Cargo.lock b/Cargo.lock
index 98270f3..bef24f1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -407,6 +407,7 @@ dependencies = [
"serde",
"serde_bytes",
"signature",
+ "zerocopy",
"zeroize",
]
diff --git a/ed25519/Cargo.toml b/ed25519/Cargo.toml
index 90c882d..c2874bc 100644
--- a/ed25519/Cargo.toml... | 4 | 17 | 0 |
3138dd20e3bccab26405abf76711f27c4471887f | Tony Arcieri | 2026-01-10T21:09:23 | ml-dsa: rename and deprecate `ExpandedSigningKey` (#1145)
Renames `EncodedSigningKey` to `ExpandedSigningKey` to contrast it with
seeds, the preferred API. Also renames the `decode` and `encode`
functions to `from_expanded` and `to_expanded`, similar to the changes
made to `ml-kem`'s `DecapsulationKey` in RustCrypto/K... | diff --git a/ml-dsa/benches/ml_dsa.rs b/ml-dsa/benches/ml_dsa.rs
index 9ccce31..bc06f97 100644
--- a/ml-dsa/benches/ml_dsa.rs
+++ b/ml-dsa/benches/ml_dsa.rs
@@ -9,6 +9,7 @@ pub fn rand<L: ArraySize, R: CryptoRng + ?Sized>(rng: &mut R) -> Array<u8, L> {
val
}
+#[allow(deprecated)] // TODO(tarcieri): stop using e... | 5 | 80 | 58 |
035d9eef98486ecd00a8bf418c7817eb14dd6558 | Scott Arciszewski | 2026-01-09T19:06:07 | ml-dsa: use Barrett reduction instead of integer division to prevent side-channels (#1144) | diff --git a/ml-dsa/src/algebra.rs b/ml-dsa/src/algebra.rs
index 559b68a..0742c53 100644
--- a/ml-dsa/src/algebra.rs
+++ b/ml-dsa/src/algebra.rs
@@ -54,8 +54,55 @@ pub(crate) trait Decompose {
fn decompose<TwoGamma2: Unsigned>(self) -> (Elem, Elem);
}
+/// Constant-time division by a compile-time constant divis... | 2 | 119 | 32 |
73474a9ba064f97ef29b1631497acb8f4780e7c8 | Tony Arcieri | 2026-01-08T16:56:16 | ecdsa v0.17.0-rc.12 (#1143) | diff --git a/Cargo.lock b/Cargo.lock
index f4b1e63..98270f3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -152,7 +152,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "155e4a260750fa4f7754649f049748aacc31db238a358d85fd721002f230f92f"
dependencies = [
"block-buffer",
- "crypto-common 0.... | 3 | 12 | 21 |
47379ade8c5954d0b786ed70286c6c180d47caf8 | Tony Arcieri | 2026-01-07T21:02:42 | ecdsa: add `bench_ecdsa!` macro (#1142)
Adds a macro for writing `criterion` benchmarks for ECDSA signing and
verification, similar to other benchmark macros recently added to
`elliptic-curve` and `primeorder`.
The macro should be compatible with both `criterion` v0.7 and v0.8,
allowing for downstream users to ship w... | diff --git a/ecdsa/src/dev.rs b/ecdsa/src/dev.rs
index bcb44c3..bd06cd7 100644
--- a/ecdsa/src/dev.rs
+++ b/ecdsa/src/dev.rs
@@ -8,6 +8,44 @@ pub use digest::dev::blobby;
use crate::EcdsaCurve;
use elliptic_curve::dev::mock_curve::MockCurve;
+/// Write a series of `criterion`-based benchmarks for ECDSA signing and ... | 1 | 38 | 0 |
44e6f942fde6a3c2d89075ba1cded448958a7365 | Tony Arcieri | 2026-01-07T20:07:50 | ecdsa: `dev` module fixups (#1141)
- Pull in `MockCurve` from `elliptic_curve::dev::mock_curve`
- Move macros to top of file | diff --git a/Cargo.lock b/Cargo.lock
index 4b53071..f4b1e63 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -294,7 +294,7 @@ dependencies = [
[[package]]
name = "crypto-common"
version = "0.2.0-rc.9"
-source = "git+https://github.com/RustCrypto/traits#ded0d2297fba206939bfb5f47b4fd823c4bccae8"
+source = "git+https://gith... | 3 | 33 | 33 |
d669c66b4ab443c0b7b82b2ab449ee7b15704a66 | Tony Arcieri | 2026-01-06T18:23:15 | ecdsa: use the `crypto_common::Generate` trait (#1140)
Updates that go along with RustCrypto/traits#2173, which switched the
`elliptic-curve` to use the `Generate` trait introduced in
RustCrypto/traits#2096 | diff --git a/Cargo.lock b/Cargo.lock
index c856eb8..4b53071 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -152,7 +152,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "155e4a260750fa4f7754649f049748aacc31db238a358d85fd721002f230f92f"
dependencies = [
"block-buffer",
- "crypto-common",
... | 3 | 38 | 49 |
4112075105ed8a140bb06581c32b03796b24b3e2 | Steven Dee | 2026-01-06T00:33:18 | dsa: decouple precise RNG state from tests (#1139)
The `signature` test was too tightly coupled with the precise RNG
output, in effect not just testing the DSA signature/verification logic
but also testing that the exact bit sequence was produced by the
dependent crate.
We already have tests against deterministic key... | diff --git a/Cargo.lock b/Cargo.lock
index 9e55b33..c856eb8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -371,6 +371,7 @@ dependencies = [
"hex-literal",
"pkcs8",
"proptest",
+ "rand_core 0.10.0-rc-3",
"rfc6979",
"sha1",
"sha2",
diff --git a/dsa/Cargo.toml b/dsa/Cargo.toml
index 1bca31f..32b77a1 100644
--- a... | 3 | 18 | 41 |
ab591d8a12e4398378f8434231a5c5fde222fda5 | Tony Arcieri | 2026-01-05T04:37:15 | ecdsa: bump `elliptic-curve` to v0.14.0-rc.20 (#1137) | diff --git a/Cargo.lock b/Cargo.lock
index 2cc5280..9e55b33 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -268,9 +268,9 @@ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
[[package]]
name = "crypto-bigint"
-version = "0.7.0-rc.13"
+version = "0.7.0-rc.14"
source = "registry+https://gith... | 2 | 5 | 5 |
a1e2bce0f0ef64eecfb7a1f0f3016a89ab75ea86 | Tony Arcieri | 2026-01-05T01:58:17 | slh-dsa v0.2.0-rc.2 (#1135) | diff --git a/Cargo.lock b/Cargo.lock
index f7fb34f..2cc5280 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1114,7 +1114,7 @@ dependencies = [
[[package]]
name = "slh-dsa"
-version = "0.2.0-rc.1"
+version = "0.2.0-rc.2"
dependencies = [
"aes",
"cipher",
diff --git a/slh-dsa/Cargo.toml b/slh-dsa/Cargo.toml
index 5... | 2 | 2 | 2 |
678f46d2d159aa1e3b9433cd01a97ef5c35e597b | Tony Arcieri | 2026-01-04T15:16:41 | slh-dsa: bump `rand` to v0.10.0-rc.6 (#1132)
Gets rid of the `git` crate dependency | diff --git a/Cargo.lock b/Cargo.lock
index 55385bd..f7fb34f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -823,8 +823,9 @@ dependencies = [
[[package]]
name = "rand"
-version = "0.10.0-rc.5"
-source = "git+https://github.com/rust-random/rand#ff07ec205347dd749a586aaee7218cb21590ea4c"
+version = "0.10.0-rc.6"
+source =... | 3 | 5 | 6 |
9c6961e00c330b97033f4d2d88cc3e72422f504f | Tony Arcieri | 2026-01-04T05:17:11 | ecdsa v0.17.0-rc.11 (#1131) | diff --git a/Cargo.lock b/Cargo.lock
index 18239e1..55385bd 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -380,7 +380,7 @@ dependencies = [
[[package]]
name = "ecdsa"
-version = "0.17.0-rc.10"
+version = "0.17.0-rc.11"
dependencies = [
"der",
"digest",
diff --git a/ecdsa/Cargo.toml b/ecdsa/Cargo.toml
index 68769... | 2 | 2 | 2 |
efc4e27122605f84a3d212f03c48ab5e8edc2e76 | Tony Arcieri | 2026-01-04T05:08:29 | ecdsa: bump `elliptic-curve` to v0.14.0-rc.19 (#1130) | diff --git a/Cargo.lock b/Cargo.lock
index 6e05e83..18239e1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -42,9 +42,9 @@ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
[[package]]
name = "base16ct"
-version = "0.3.0"
+version = "1.0.0"
source = "registry+https://github.com/rust-lang/cr... | 2 | 10 | 9 |
223d52886b0fe75fe38d964a23cdd6a4351430e1 | Tony Arcieri | 2026-01-03T21:23:02 | dsa v0.7.0-rc.8 (#1129) | diff --git a/Cargo.lock b/Cargo.lock
index 50e48f3..6e05e83 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -323,9 +323,9 @@ dependencies = [
[[package]]
name = "der"
-version = "0.8.0-rc.9"
+version = "0.8.0-rc.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e9d8dd2f26c86b27a2a8ea276... | 2 | 9 | 9 |
05b77d63b10137fc7285b64d617e401cb773cfa4 | Tony Arcieri | 2026-01-03T20:19:08 | dsa: bump `crypto-primes` to v0.7.0-pre.5 (#1128) | diff --git a/Cargo.lock b/Cargo.lock
index 184ab08..50e48f3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -293,8 +293,9 @@ dependencies = [
[[package]]
name = "crypto-primes"
-version = "0.7.0-dev"
-source = "git+https://github.com/tarcieri/crypto-primes?branch=crypto-bigint%2Fv0.7.0-rc.13#f98697886371aa15446ca53ef5b... | 3 | 4 | 4 |
48b7f61e5221f38d4671e9701a28713e086c84ba | Tony Arcieri | 2025-12-30T04:07:55 | RNG cleanup (#1127)
Switches every crate except `slh-dsa` away from a direct `rand`
dependency they don't need. Right now we can't publish any crate that
directly depends on `rand`.
Uses a consistent default strategy for RNGs: `SysRng`, sourced from the
`getrandom` or as `rand::rngs::SysRng` in the case of `slh-dsa` ... | diff --git a/Cargo.lock b/Cargo.lock
index 3f833a8..184ab08 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -365,11 +365,11 @@ dependencies = [
"crypto-primes",
"der",
"digest",
+ "getrandom 0.4.0-rc.0",
"hex",
"hex-literal",
"pkcs8",
"proptest",
- "rand 0.10.0-rc.5",
"rfc6979",
"sha1",
"sha2",
@@ -613,... | 30 | 160 | 184 |
f38b8aacd466ec3db8e9559e47dbc5b5a2c3062e | Tony Arcieri | 2025-12-30T00:56:24 | ecdsa v0.17.0-rc.10 (#1126) | diff --git a/Cargo.lock b/Cargo.lock
index 79d9191..3f833a8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -379,7 +379,7 @@ dependencies = [
[[package]]
name = "ecdsa"
-version = "0.17.0-rc.9"
+version = "0.17.0-rc.10"
dependencies = [
"der",
"digest",
diff --git a/ecdsa/Cargo.toml b/ecdsa/Cargo.toml
index c10a4b... | 2 | 2 | 2 |
5c313bc2491aa84634c4be4e0f6004b4f3a930ce | Tony Arcieri | 2025-12-30T00:29:08 | ecdsa: bump `elliptic-curve` to v0.14.0-rc.18 (#1125) | diff --git a/Cargo.lock b/Cargo.lock
index 632174c..79d9191 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -268,11 +268,12 @@ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
[[package]]
name = "crypto-bigint"
-version = "0.7.0-rc.12"
+version = "0.7.0-rc.13"
source = "registry+https://gi... | 3 | 12 | 11 |
81149cc5ae9db775d7d39bf19c6f7c618583c574 | Tony Arcieri | 2025-12-29T16:45:05 | Bump `crypto-bigint` to v0.7.0-rc.12 (#1124)
This includes a migration from `subtle` to `ctutils` | diff --git a/Cargo.lock b/Cargo.lock
index 3f1b7ee..632174c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -181,6 +181,12 @@ version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
+[[package]]
+name = "cmov"
+vers... | 5 | 30 | 13 |
6caa0f27cdfffa93304dea7768a6aabd3761e1ea | Tony Arcieri | 2025-12-28T15:39:26 | Use `getrandom` v0.4.0-rc.0 crate release (#1123) | diff --git a/Cargo.lock b/Cargo.lock
index 16ae855..3f1b7ee 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -416,7 +416,7 @@ dependencies = [
"base16ct",
"crypto-bigint",
"digest",
- "getrandom",
+ "getrandom 0.3.4",
"hex-literal",
"hybrid-array",
"once_cell",
@@ -456,7 +456,20 @@ checksum = "3f9eec918d3f24069d... | 2 | 20 | 9 |
0a580ede411b0495a24cde5fff1441e9ad0d35bd | Nics | 2025-12-28T02:29:18 | slh-dsa: SHA-2: PK.Seed state caching (#1116)
This PR is meant to address issue #1035.
It introduces an optimisation mentioned in section 8.1.6. of SPHINCS+
specification: caching the intermediate state during SHA-2 computations.
On my laptop, I observe an improvement in signing/verification time in the range
of ~15... | diff --git a/slh-dsa/src/fors.rs b/slh-dsa/src/fors.rs
index f56a0cb..b302c71 100644
--- a/slh-dsa/src/fors.rs
+++ b/slh-dsa/src/fors.rs
@@ -3,17 +3,25 @@ use core::fmt::Debug;
use hybrid_array::{Array, ArraySize};
use typenum::Unsigned;
-use crate::{PkSeed, SkSeed, address};
+use crate::{SkSeed, address};
use c... | 11 | 305 | 238 |
a8df31793cc7626372ffefa63fc3af5dcd7138ba | Tony Arcieri | 2025-12-27T23:15:23 | Bump `signature` dependency to v3.0.0-rc.6 (#1122)
Also bumps the `digest` crate dependency to v0.11.0-rc.5 and `rand_core`
to v0.10.0-rc-3 | diff --git a/Cargo.lock b/Cargo.lock
index b6b17f1..16ae855 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -81,9 +81,9 @@ checksum = "89af0b093cc13baa4e51e64e65ec2422f7e73aea0e612e5ad3872986671622f1"
[[package]]
name = "block-buffer"
-version = "0.11.0-rc.5"
+version = "0.11.0"
source = "registry+https://github.com/r... | 10 | 56 | 53 |
e6adddcdd38453b9c7e69b593dd6190eea99d9ea | Tony Arcieri | 2025-12-18T17:27:18 | ed25519+ed448: remove `bincode` dev-dependency (#1120)
`bincode` is unmaintained. See https://crates.io/crates/bincode/3.0.0 | diff --git a/Cargo.lock b/Cargo.lock
index 20f5c7e..b6b17f1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -52,15 +52,6 @@ version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
-[[package]]
-name = "bincode"
-ver... | 7 | 0 | 146 |
87dc8f51ca20f6a2c0191e1f0622df62f82bba5d | Tony Arcieri | 2025-11-22T01:58:02 | ml-dsa: remove references to ML-KEM (#1112)
These are leftover from adapting code from the `ml-kem` crate | diff --git a/ml-dsa/src/lib.rs b/ml-dsa/src/lib.rs
index f959d8d..8dc432c 100644
--- a/ml-dsa/src/lib.rs
+++ b/ml-dsa/src/lib.rs
@@ -832,7 +832,7 @@ impl ParameterSet for MlDsa65 {
const TAU: usize = 49;
}
-/// `MlKem87` is the parameter set for security category 5.
+/// `MlDsa87` is the parameter set for secur... | 2 | 2 | 4 |
d56f99f13fba9538640949038546f0ac634d9850 | Tony Arcieri | 2025-11-22T01:53:12 | ecdsa v0.17.0-rc.9 (#1111) | diff --git a/Cargo.lock b/Cargo.lock
index aef46db..20f5c7e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -371,7 +371,7 @@ dependencies = [
[[package]]
name = "ecdsa"
-version = "0.17.0-rc.8"
+version = "0.17.0-rc.9"
dependencies = [
"der",
"digest",
diff --git a/ecdsa/Cargo.toml b/ecdsa/Cargo.toml
index d62bbf3... | 2 | 2 | 2 |
47047d5c31438e3305e94af6f669e967e5bf5e88 | Tony Arcieri | 2025-11-22T01:41:38 | ecdsa: bump `elliptic-curve` to v0.14.0-rc.17 (#1110)
This notably includes a bump to `rand_core` v0.10.0-rc
Previously we were sourcing this from `git` via `patch.crates-io` | diff --git a/Cargo.lock b/Cargo.lock
index 704b3c8..aef46db 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -420,21 +420,22 @@ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
[[package]]
name = "elliptic-curve"
-version = "0.14.0-rc.16"
-source = "git+https://github.com/RustCrypto/traits#e... | 3 | 27 | 28 |
7738cf091462913e95e95e05a3cfed9e068addc1 | Tony Arcieri | 2025-11-07T00:56:18 | slh-dsa v0.2.0-rc.1 (#1106) | diff --git a/Cargo.lock b/Cargo.lock
index 5344c94..9d1208f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -350,7 +350,7 @@ dependencies = [
[[package]]
name = "dsa"
-version = "0.7.0-rc.6"
+version = "0.7.0-rc.7"
dependencies = [
"chacha20",
"crypto-bigint",
@@ -440,16 +440,6 @@ dependencies = [
"zeroize",
]
... | 2 | 23 | 92 |
072a7087c2f0ba3dcafcfa5dd687904a71e00693 | Tony Arcieri | 2025-11-07T00:43:15 | dsa v0.7.0-rc.7 (#1105) | diff --git a/dsa/Cargo.toml b/dsa/Cargo.toml
index 9355cca..bd91bd1 100644
--- a/dsa/Cargo.toml
+++ b/dsa/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dsa"
-version = "0.7.0-rc.6"
+version = "0.7.0-rc.7"
description = """
Pure Rust implementation of the Digital Signature Algorithm (DSA) as specified
in FIPS 186-4 ... | 1 | 1 | 1 |
dfc63509b6a8c0d40635d6746fdbba7cdb00e1bc | Tony Arcieri | 2025-11-07T00:36:04 | dsa: bump `crypto-primes` to v0.7.0-pre.4 (#1104) | diff --git a/Cargo.lock b/Cargo.lock
index 5ea4bf7..5344c94 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -294,8 +294,9 @@ dependencies = [
[[package]]
name = "crypto-primes"
-version = "0.7.0-pre.3"
-source = "git+https://github.com/baloo/crypto-primes.git?branch=baloo%2Frand_core%2F0.10.0-rc.2#c56754db8d956e012f573... | 3 | 4 | 4 |
14d4704cff2399ace40e1c80f50e4aba95e73f89 | Tony Arcieri | 2025-11-06T21:56:54 | ml-dsa v0.1.0-rc.2 (#1103) | diff --git a/Cargo.lock b/Cargo.lock
index ca5ea46..5ea4bf7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -657,7 +657,7 @@ checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
[[package]]
name = "ml-dsa"
-version = "0.1.0-rc.1"
+version = "0.1.0-rc.2"
dependencies = [
"const-oid",
"crite... | 2 | 2 | 2 |
01dc99de05d13f109e4ef2c80c1839d3fc12c16b | Tony Arcieri | 2025-11-06T21:05:07 | ed25519 v3.0.0-rc.2 and ed448 v0.5.0-rc.2 (#1102) | diff --git a/Cargo.lock b/Cargo.lock
index 186e51c..ca5ea46 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -386,7 +386,7 @@ dependencies = [
[[package]]
name = "ed25519"
-version = "3.0.0-rc.1"
+version = "3.0.0-rc.2"
dependencies = [
"bincode",
"hex-literal",
@@ -400,7 +400,7 @@ dependencies = [
[[package]]
... | 3 | 4 | 4 |
29d50476b4cd900f25649c0c81049461853994de | Tony Arcieri | 2025-11-06T20:36:33 | Bump `pkcs8` to v0.11.0-rc.8 (#1101) | diff --git a/Cargo.lock b/Cargo.lock
index 1bfd212..186e51c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -733,9 +733,9 @@ dependencies = [
[[package]]
name = "pkcs8"
-version = "0.11.0-rc.7"
+version = "0.11.0-rc.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "93eac55f10aceed84769df... | 6 | 10 | 10 |
293c7d99f73eea5db21cb8ea787405e81878d0c6 | Tony Arcieri | 2025-11-06T14:59:00 | rfc6979 v0.5.0-rc.3 (#1100) | diff --git a/Cargo.lock b/Cargo.lock
index 8107bd6..1bfd212 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -974,7 +974,7 @@ checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
[[package]]
name = "rfc6979"
-version = "0.5.0-rc.2"
+version = "0.5.0-rc.3"
dependencies = [
"hex-literal",
"hm... | 4 | 4 | 4 |
f4e32ec93530ff882c94f0a07a718bede2a3606b | Arthur Gautier | 2025-11-06T04:06:21 | chore: fixup `crypto-primes` git pin (#1099) | diff --git a/Cargo.lock b/Cargo.lock
index d3c5cd2..8107bd6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -295,7 +295,7 @@ dependencies = [
[[package]]
name = "crypto-primes"
version = "0.7.0-pre.3"
-source = "git+https://github.com/baloo/crypto-primes.git?branch=baloo%2Frand_core%2F0.10.0-rc.2#54ba25dd7f14370991b7570... | 1 | 1 | 1 |
d9fc3ebd3b6d18906bae037cc1670eb8bf485fd0 | Tony Arcieri | 2025-11-06T03:49:15 | dsa: bump `crypto-bigint` to v0.7.0-rc.10 (#1098)
Switches to the crate release | diff --git a/Cargo.lock b/Cargo.lock
index 0aafe18..d3c5cd2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -271,8 +271,9 @@ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
[[package]]
name = "crypto-bigint"
-version = "0.7.0-rc.9"
-source = "git+https://github.com/RustCrypto/crypto-bigint... | 3 | 6 | 6 |
e68b77acbdfa628b750713906e736d3ad057772e | Tony Arcieri | 2025-11-06T00:44:01 | Bump `rand_core` to v0.10.0-rc-2 (#1097)
This also accordingly bumps all of the underlying crates to versions
which (transitively) depend on the `rand`/`rand_core` v0.10 release
series | diff --git a/Cargo.lock b/Cargo.lock
index d6fade8..0aafe18 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4,9 +4,9 @@ version = 4
[[package]]
name = "aes"
-version = "0.9.0-rc.1"
+version = "0.9.0-rc.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7e713c57c2a2b19159e7be83b9194600d7e... | 13 | 119 | 89 |
f27586ab05d62c1c367aedddd066e2e56b3e10b2 | Tony Arcieri | 2025-10-29T22:24:11 | ml-dsa v0.1.0-rc.1 (#1095) | diff --git a/Cargo.lock b/Cargo.lock
index c30c438..d6fade8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -649,7 +649,7 @@ checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
[[package]]
name = "ml-dsa"
-version = "0.1.0-rc.0"
+version = "0.1.0-rc.1"
dependencies = [
"const-oid",
"crite... | 2 | 2 | 2 |
14c5e52c01b7b6c1410302519f47a93d95ccbf01 | Tony Arcieri | 2025-10-29T21:53:31 | ml-dsa: add `KeyPair::to_seed` (#1094)
Provides a way to serialize the seed value used to initialize a
`KeyPair`. | diff --git a/ml-dsa/src/lib.rs b/ml-dsa/src/lib.rs
index 82cdc01..f959d8d 100644
--- a/ml-dsa/src/lib.rs
+++ b/ml-dsa/src/lib.rs
@@ -189,7 +189,6 @@ pub struct KeyPair<P: MlDsaParams> {
verifying_key: VerifyingKey<P>,
/// The seed this signing key was derived from
- #[cfg(all(feature = "alloc", feature =... | 1 | 15 | 3 |
67e9a34bbff63ad1bbedec922360955a1f59cda1 | daxpedda | 2025-10-29T13:48:14 | ml-dsa: add `VerifyingKey::compute_mu()` (#1074) | diff --git a/ml-dsa/src/lib.rs b/ml-dsa/src/lib.rs
index 735e965..11ea74f 100644
--- a/ml-dsa/src/lib.rs
+++ b/ml-dsa/src/lib.rs
@@ -773,6 +773,21 @@ impl<P: MlDsaParams> VerifyingKey<P> {
}
}
+ /// Computes µ according to FIPS 204 for use in ML-DSA.Sign and ML-DSA.Verify.
+ ///
+ /// # Errors
... | 1 | 15 | 0 |
fe23a8cf66693494de83276d68ba11f60f56aa80 | Tony Arcieri | 2025-10-22T18:28:54 | rfc6979 v0.5.0-rc.2 (#1089) | diff --git a/Cargo.lock b/Cargo.lock
index 4a4cc4d..c30c438 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -949,7 +949,7 @@ checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
[[package]]
name = "rfc6979"
-version = "0.5.0-rc.1"
+version = "0.5.0-rc.2"
dependencies = [
"hex-literal",
"hm... | 4 | 4 | 4 |
5a2c2e24c5281b14baa328b0eb808e3f3f008822 | Tony Arcieri | 2025-10-22T17:28:48 | Cargo.lock: update dependencies (#1088)
Updates the following dependencies:
$ cargo update
Updating crates.io index
Locking 57 packages to latest compatible versions
Updating anstyle v1.0.11 -> v1.0.13
Updating autocfg v1.4.0 -> v1.5.0
Updating bitflags v2.9.1 -> v2.10.0
Updating bumpalo ... | diff --git a/Cargo.lock b/Cargo.lock
index cd3d14d..4a4cc4d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -30,15 +30,15 @@ checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
[[package]]
name = "anstyle"
-version = "1.0.11"
+version = "1.0.13"
source = "registry+https://github.com/rust-lang... | 1 | 145 | 204 |
3624d471cd93c411e962d52e42444b41427a8097 | Tony Arcieri | 2025-10-22T15:48:10 | ecdsa v0.17.0-rc.8 (#1087) | diff --git a/Cargo.lock b/Cargo.lock
index f302683..cd3d14d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -359,7 +359,7 @@ dependencies = [
[[package]]
name = "ecdsa"
-version = "0.17.0-rc.7"
+version = "0.17.0-rc.8"
dependencies = [
"der",
"digest",
diff --git a/ecdsa/Cargo.toml b/ecdsa/Cargo.toml
index 86a851f... | 2 | 2 | 2 |
6fe8fa15e82a805250bb3e8ffc230966a2261c9b | Tony Arcieri | 2025-10-20T21:47:19 | ecdsa: bump `elliptic-curve` to v0.14.0-rc.16 (#1086) | diff --git a/Cargo.lock b/Cargo.lock
index a7d430c..f302683 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -259,9 +259,9 @@ checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
[[package]]
name = "crypto-bigint"
-version = "0.7.0-rc.6"
+version = "0.7.0-rc.9"
source = "registry+https://github... | 2 | 19 | 17 |
fd12ac06c125c742c1a2190ba8ceb80b345a2b55 | Tony Arcieri | 2025-10-20T20:50:31 | Switch from `doc_auto_cfg` to `doc_cfg` (#1085)
See RustCrypto/traits#2028 | diff --git a/ecdsa/src/lib.rs b/ecdsa/src/lib.rs
index 7f98deb..53d07a6 100644
--- a/ecdsa/src/lib.rs
+++ b/ecdsa/src/lib.rs
@@ -1,5 +1,5 @@
#![no_std]
-#![cfg_attr(docsrs, feature(doc_auto_cfg))]
+#![cfg_attr(docsrs, feature(doc_cfg))]
#![doc = include_str!("../README.md")]
#![doc(
html_logo_url = "https://raw... | 4 | 4 | 4 |
21e60bad04827be12242e2de68bc0db6cad3f621 | Tom French | 2025-10-16T18:22:45 | chore: apply `unreachable_pub` lint (#1062) | diff --git a/dsa/src/generate.rs b/dsa/src/generate.rs
index a0e1247..031b65a 100644
--- a/dsa/src/generate.rs
+++ b/dsa/src/generate.rs
@@ -7,15 +7,15 @@ mod keypair;
#[cfg(feature = "hazmat")]
mod secret_number;
-pub use self::components::common as common_components;
+pub(crate) use self::components::common as co... | 36 | 219 | 204 |
6cf535b0c7f1fc730c167b47a07ad9a9234b52cd | Hennadii Chernyshchyk | 2025-09-19T14:59:47 | ml-dsa: disable default features for `sha3` (#1078) | diff --git a/ml-dsa/Cargo.toml b/ml-dsa/Cargo.toml
index b8a7856..82c9976 100644
--- a/ml-dsa/Cargo.toml
+++ b/ml-dsa/Cargo.toml
@@ -34,7 +34,7 @@ pkcs8 = ["dep:const-oid", "dep:pkcs8"]
[dependencies]
hybrid-array = { version = "0.4", features = ["extra-sizes"] }
num-traits = { version = "0.2", default-features = fa... | 1 | 1 | 1 |
8aa41de7b88f1e25711f54151367b954ab08e814 | daxpedda | 2025-09-18T15:26:54 | ml-dsa: `DigestSigner` cleanup (#1073) | diff --git a/ml-dsa/src/crypto.rs b/ml-dsa/src/crypto.rs
index 8e938e6..cc41cec 100644
--- a/ml-dsa/src/crypto.rs
+++ b/ml-dsa/src/crypto.rs
@@ -18,8 +18,11 @@ impl<Shake: ExtendableOutput + Default> Default for ShakeState<Shake> {
}
impl<Shake: ExtendableOutput + Default + Clone> ShakeState<Shake> {
- pub fn pr... | 3 | 96 | 60 |
0e4a329998941aaaf1bd8f8181bbccf1de7e038e | daxpedda | 2025-09-18T15:25:25 | Update to `digest::EagerHash` (#1077)
ecdsa: merges `arithmetic` into `algorithm` crate feature | diff --git a/Cargo.lock b/Cargo.lock
index 46577b6..0eb256c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -319,9 +319,9 @@ dependencies = [
[[package]]
name = "digest"
-version = "0.11.0-rc.1"
+version = "0.11.0-rc.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3a4aae35a0fcbe22ff1be... | 13 | 31 | 42 |
580758e3e70273a0808125f64501100d0944d03d | daxpedda | 2025-09-15T22:34:49 | rfc6979: replace `Digest` requirement with `EagerHash` (#1076) | diff --git a/Cargo.lock b/Cargo.lock
index 7d2dcbb..46577b6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -358,6 +358,7 @@ dependencies = [
"digest",
"elliptic-curve",
"hex-literal",
+ "hmac",
"rfc6979",
"serdect",
"sha2",
diff --git a/dsa/src/generate/secret_number.rs b/dsa/src/generate/secret_number.rs
inde... | 12 | 120 | 121 |
c4ae371c05f2539c46e24de91d2cbc5fe5480496 | Tony Arcieri | 2025-09-13T15:02:13 | 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 | diff --git a/Cargo.lock b/Cargo.lock
index f166656..7d2dcbb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -331,7 +331,7 @@ dependencies = [
[[package]]
name = "dsa"
-version = "0.7.0-rc.5"
+version = "0.7.0-rc.6"
dependencies = [
"crypto-bigint",
"crypto-primes",
@@ -352,7 +352,7 @@ dependencies = [
[[package... | 8 | 14 | 14 |
c8a19d1663b784a51c7f338ff49bcc79f47899b2 | Tony Arcieri | 2025-09-13T14:40:11 | slh-dsa: bump `zerocopy` to v0.8 (#1071)
The `AsBytes` trait is gone, and now found on the `IntoBytes` trait.
It needs a new `Immutable` marker trait which says:
> Types which are free from interior mutability.
...so it seems safe to add to the types that previously used `AsBytes`
which are simple data structs. | diff --git a/Cargo.lock b/Cargo.lock
index 790df00..f166656 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -97,12 +97,6 @@ version = "3.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "793db76d6187cd04dff33004d8e6c9cc4e05cd330500379d2394209271b4aeee"
-[[package]]
-name = "byteorder"
-... | 3 | 15 | 40 |
78b01337570e0ef2d75636c4db5c2ab98eccc0d7 | Tony Arcieri | 2025-09-13T14:27:52 | Bump dependencies in Cargo.toml(s) (#1070)
Bumps the following:
- `aes` v0.9.0-rc.1
- `cipher` v0.5.0-rc.1
- `criterion` v0.7
- `ctr` v0.10.0-rc.1
- `hex-literal` v1
- `sha3` v0.11.0-rc.3 | diff --git a/Cargo.lock b/Cargo.lock
index 9c051ae..790df00 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4,9 +4,9 @@ version = 4
[[package]]
name = "aes"
-version = "0.9.0-pre.2"
+version = "0.9.0-rc.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e7856582c758ade85d71daf27ec6bcea6c... | 6 | 54 | 77 |
7ec5b90af90b745f5b2718290cd29e9bb0284e47 | Tony Arcieri | 2025-09-13T02:31:46 | Bump `signature` to v3.0.0-rc.4 (#1069) | diff --git a/Cargo.lock b/Cargo.lock
index baddaa6..9c051ae 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1135,8 +1135,9 @@ dependencies = [
[[package]]
name = "signature"
-version = "3.0.0-rc.3"
-source = "git+https://github.com/RustCrypto/traits?rev=77c001c5abdfea97c7710173c196c76253490734#77c001c5abdfea97c7710173... | 9 | 10 | 12 |
923fe6f8560444798725ff153606d4fe2a18eb9e | daxpedda | 2025-09-13T02:13:18 | Update to `signature::DigestSigner/Verifier` changes (#1064)
Companion PR to RustCrypto/traits#2004 | diff --git a/Cargo.lock b/Cargo.lock
index 7143141..baddaa6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1136,8 +1136,7 @@ dependencies = [
[[package]]
name = "signature"
version = "3.0.0-rc.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "39195ff4c0dc41c93e123825ca1f0d11b856df8b26d5... | 14 | 274 | 69 |
2cd53cf4fbe82c61c2e2ac7b2099ba743b01074e | Tony Arcieri | 2025-09-13T02:11:44 | ecdsa: bump `elliptic-curve` to v0.14.0-rc.14 (#1068) | diff --git a/Cargo.lock b/Cargo.lock
index 8481f29..7143141 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -261,9 +261,9 @@ checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
[[package]]
name = "crypto-bigint"
-version = "0.7.0-rc.5"
+version = "0.7.0-rc.6"
source = "registry+https://github... | 4 | 7 | 9 |
8599e52851be35fac6017c6715dfd7e434d50766 | Tony Arcieri | 2025-09-13T00:46:51 | Bump `crypto-bigint` to v0.7.0-rc.5 (#1067)
* dsa: bump `crypto-bigint` to v0.7.0-rc.5
* ecdsa: rename `ScalarPrimitive` to `ScalarValue`
Companion PR to RustCrypto/traits#2008 | diff --git a/Cargo.lock b/Cargo.lock
index 68d4bbe..8481f29 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -261,9 +261,9 @@ checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
[[package]]
name = "crypto-bigint"
-version = "0.7.0-rc.4"
+version = "0.7.0-rc.5"
source = "registry+https://github... | 4 | 18 | 16 |
ecc8d2768a80ff1b789254abb5e479cdb3244d50 | Liam Gray | 2025-09-12T14:54:21 | ml-dsa: rename `KeyGen::key_gen_internal` to `from_seed` (#1054)
Despite NIST's somewhat scary "internal" naming, seeds are now the
preferred format for ML-DSA keys.
Closes #1045 | diff --git a/ml-dsa/benches/ml_dsa.rs b/ml-dsa/benches/ml_dsa.rs
index 0d2d1e8..69055ab 100644
--- a/ml-dsa/benches/ml_dsa.rs
+++ b/ml-dsa/benches/ml_dsa.rs
@@ -15,7 +15,7 @@ fn criterion_benchmark(c: &mut Criterion) {
let m: B32 = rand(&mut rng);
let ctx: B32 = rand(&mut rng);
- let kp = MlDsa65::key_ge... | 4 | 50 | 19 |
b439a650d5cf953498056262080570f5162951f3 | Steve Fan | 2025-09-12T14:46:59 | ed448: impl `SignatureEncoding` for `Signature` (#1063) | diff --git a/ed448/src/lib.rs b/ed448/src/lib.rs
index 5fe2ca4..c911e43 100644
--- a/ed448/src/lib.rs
+++ b/ed448/src/lib.rs
@@ -177,6 +177,14 @@ impl Signature {
}
}
+impl SignatureEncoding for Signature {
+ type Repr = SignatureBytes;
+
+ fn to_bytes(&self) -> SignatureBytes {
+ self.to_bytes()
+... | 1 | 8 | 0 |
f6df3e250c7634bdb72bb2f11e3a4f142be06678 | Arthur Gautier | 2025-09-09T01:37:00 | dsa: add `from_components_unchecked` APIs (#1059)
Adds support for any size of keys, either larger or older/weak keys.
The API is only available under the `hazmat` feature-flag, and the
consumer is responsible for checking the security of what they're using
it for.
Fixes #1058
* dsa: compare key sizes aligned to li... | diff --git a/dsa/src/components.rs b/dsa/src/components.rs
index ab9c7b8..f827dc0 100644
--- a/dsa/src/components.rs
+++ b/dsa/src/components.rs
@@ -31,6 +31,44 @@ pub struct Components {
impl Components {
/// Construct the common components container from its inner values (p, q and g)
pub fn from_components... | 2 | 64 | 11 |
51dd7d8a71e5e5bedd8f52258121c75f19a2e55c | Tony Arcieri | 2025-09-03T22:21:16 | ed448 v0.5.0-rc.0 (#1057) | diff --git a/Cargo.lock b/Cargo.lock
index fddb0f7..68d4bbe 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -390,7 +390,7 @@ dependencies = [
[[package]]
name = "ed448"
-version = "0.5.0-pre.0"
+version = "0.5.0-rc.0"
dependencies = [
"bincode",
"hex-literal 1.0.0",
diff --git a/ed448/Cargo.toml b/ed448/Cargo.toml... | 2 | 3 | 3 |
7ed5b7c5aa48dc48f48da23e370ab8b740c7cee3 | Tony Arcieri | 2025-09-03T21:54:53 | lms: minor syntax fix (#1056) | diff --git a/lms/src/ots/modes.rs b/lms/src/ots/modes.rs
index ca3c07b..97dcfcb 100644
--- a/lms/src/ots/modes.rs
+++ b/lms/src/ots/modes.rs
@@ -54,7 +54,7 @@ pub trait LmsOtsMode: Typecode {
let cksum = (&arr)
.into_iter()
.take(Self::U)
- .map(|&x| ((1u16 << Self::W) - 1 ... | 1 | 1 | 1 |
2164b728af30b1f28bd705d264c0d877c91a6a03 | Tony Arcieri | 2025-09-03T04:41:58 | ed25519 v3.0.0-rc.0 (#1053) | diff --git a/Cargo.lock b/Cargo.lock
index e5eeda1..fddb0f7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -360,7 +360,7 @@ dependencies = [
[[package]]
name = "ecdsa"
-version = "0.17.0-rc.5"
+version = "0.17.0-rc.6"
dependencies = [
"der",
"digest",
@@ -376,7 +376,7 @@ dependencies = [
[[package]]
name = "e... | 2 | 4 | 4 |
6375b4dbba32db5c733985c9146090115cd81923 | Tony Arcieri | 2025-09-03T04:18:53 | Cut prereleases with `hybrid-array` v0.4 support (#1052)
Releases the following:
- `dsa` v0.7.0-rc.5
- `ecdsa` v0.17.0-rc.6
- `rfc6979` v0.5.0-rc.1 | diff --git a/Cargo.lock b/Cargo.lock
index 6cc6b31..e5eeda1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -339,7 +339,7 @@ dependencies = [
[[package]]
name = "dsa"
-version = "0.7.0-rc.4"
+version = "0.7.0-rc.5"
dependencies = [
"crypto-bigint",
"crypto-primes",
@@ -544,9 +544,9 @@ checksum = "bcaaec4551594c969... | 4 | 17 | 17 |
0812b94a8c4c318b612845514ba8394d89c3a654 | Tony Arcieri | 2025-09-03T04:02:10 | ecdsa: bump `elliptic-curve` to v0.14.0-rc.13 (#1051) | diff --git a/Cargo.lock b/Cargo.lock
index 78e18ff..6cc6b31 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -409,8 +409,9 @@ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
[[package]]
name = "elliptic-curve"
-version = "0.14.0-rc.12"
-source = "git+https://github.com/RustCrypto/traits#832... | 3 | 11 | 13 |
cc2cac3a2ff12ddc33d052b797f72abf5f767f29 | Arthur Gautier | 2025-09-03T03:01:30 | bump `crypto-bigint` to v0.7.0-rc.4 (#1050) | diff --git a/Cargo.lock b/Cargo.lock
index 5a81cb0..78e18ff 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -84,8 +84,9 @@ checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
[[package]]
name = "block-buffer"
-version = "0.11.0-rc.4"
-source = "git+https://github.com/RustCrypto/utils#adfccfea2... | 3 | 22 | 28 |
5f39c23a1f616610eb3c7d257305cfb53603dca2 | Tony Arcieri | 2025-09-02T02:41:48 | ecdsa: bump `serdect` dependency to v0.4 (#1048) | diff --git a/Cargo.lock b/Cargo.lock
index 3c9010f..5a81cb0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -40,12 +40,6 @@ version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
-[[package]]
-name = "base16ct"
-ve... | 2 | 8 | 24 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.