ecdsa: bump elliptic-curve to v0.14.0-rc.18 (#1125)

This commit is contained in:
Tony Arcieri
2025-12-29 17:29:08 -07:00
committed by GitHub
parent b2be6f5c56
commit 5c313bc249
3 changed files with 12 additions and 11 deletions
+1 -2
View File
@@ -26,6 +26,5 @@ ml-dsa = { path = "./ml-dsa" }
rfc6979 = { path = "./rfc6979" }
slh-dsa = { path = "./slh-dsa" }
crypto-primes = { git = "https://github.com/tarcieri/crypto-primes", branch = "crypto-bigint/v0.7.0-rc.12" }
elliptic-curve = { git = "https://github.com/RustCrypto/traits" }
crypto-primes = { git = "https://github.com/tarcieri/crypto-primes", branch = "crypto-bigint/v0.7.0-rc.13" }
rand = { git = "https://github.com/rust-random/rand" }