Remove crypto-bigint from the public API of prime-field

This commit is contained in:
Luke Parker
2025-09-03 06:41:42 -04:00
parent 974bc82387
commit 41c34d7f11
6 changed files with 101 additions and 24 deletions

2
Cargo.lock generated
View File

@@ -2458,6 +2458,7 @@ version = "0.4.6"
dependencies = [
"ciphersuite 0.4.2",
"crypto-bigint 0.5.5",
"crypto-bigint 0.6.1",
"curve25519-dalek",
"digest 0.10.7",
"ff-group-tests",
@@ -6005,6 +6006,7 @@ name = "minimal-ed448"
version = "0.4.2"
dependencies = [
"ciphersuite 0.4.2",
"crypto-bigint 0.6.1",
"ff-group-tests",
"hex",
"prime-field",