Restore patches/dalek-ff-group

Ensures `crypto/dalek-ff-group` is pure.
This commit is contained in:
Luke Parker
2025-11-16 19:04:57 -05:00
parent fa0ed4b180
commit 6100c3ca90
8 changed files with 122 additions and 43 deletions

View File

@@ -25,7 +25,6 @@ rand_core = { version = "0.6", default-features = false }
sha2 = { version = "0.11.0-rc.2", default-features = false, features = ["zeroize"] }
blake2 = { version = "0.11.0-rc.2", default-features = false, features = ["zeroize"] }
crypto-bigint = { version = "0.5", default-features = false }
prime-field = { path = "../prime-field", default-features = false }
ciphersuite = { version = "0.4.2", path = "../ciphersuite", default-features = false }