fix: switch to rust bindings for bitcoin-secp256k1

This commit is contained in:
rvcas
2023-02-04 17:48:43 -05:00
committed by Lucas
parent 025bf73254
commit fb69a2c8a9
2 changed files with 15 additions and 159 deletions

View File

@@ -31,7 +31,7 @@ strum = "0.24.1"
strum_macros = "0.24.3"
itertools = "0.10.5"
indexmap = "1.9.2"
k256 = "0.12.0"
secp256k1 = "0.26.0"
[dev-dependencies]
hex = "0.4.3"