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#cdb408ca1420df78b7d0d297d0d8e1a3f21f031b" +source = "git+https://github.com/entropyxyz/crypto-primes#ba1024f4985d351d83dc588ee2607604ad19dba6" dependencies = [ "crypto-bigint", "libm", diff --git a/Cargo.toml b/Cargo.toml index f2b5cf6..c8a1edb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"