Add implementation of secq256k1

This commit is contained in:
Luke Parker
2024-07-22 19:21:51 -04:00
parent 49a183194d
commit 772d033bb2
9 changed files with 851 additions and 0 deletions

19
Cargo.lock generated
View File

@@ -7901,6 +7901,25 @@ dependencies = [
"cc",
]
[[package]]
name = "secq256k1"
version = "0.1.0"
dependencies = [
"crypto-bigint",
"ec-divisors",
"ff",
"ff-group-tests",
"generic-array 0.14.7",
"group",
"hex",
"hex-literal",
"k256",
"rand_core",
"rustversion",
"subtle",
"zeroize",
]
[[package]]
name = "secrecy"
version = "0.8.0"