mirror of
https://github.com/RustCrypto/signatures
synced 2026-06-21 13:45:42 +00:00
Cargo.toml: update crypto-primes patch (#1172)
This commit is contained in:
Generated
+1
-1
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user