Cargo.toml: update crypto-primes patch (#1172)

This commit is contained in:
Tony Arcieri
2026-01-24 19:02:39 -07:00
committed by GitHub
parent 17411848ca
commit 11d23fd07c
2 changed files with 2 additions and 3 deletions
Generated
+1 -1
View File
@@ -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#cdb408ca1420df78b7d0d297d0d8e1a3f21f031b"
source = "git+https://github.com/entropyxyz/crypto-primes#ba1024f4985d351d83dc588ee2607604ad19dba6"
dependencies = [
"crypto-bigint",
"libm",
+1 -2
View File
@@ -27,8 +27,7 @@ rfc6979 = { path = "./rfc6979" }
slh-dsa = { path = "./slh-dsa" }
[patch.crates-io.crypto-primes]
git = "https://github.com/tarcieri/crypto-primes"
branch = "crypto-bigint/v0.7.0-rc.22"
git = "https://github.com/entropyxyz/crypto-primes"
[patch.crates-io.rand]
git = "https://github.com/rust-random/rand"