mirror of
https://github.com/conduition/dlctix.git
synced 2026-02-16 21:44:44 +01:00
update musig2 crate
update musig2 crate to fix adaptor signature verification
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -314,9 +314,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "musig2"
|
||||
version = "0.0.8"
|
||||
version = "0.0.10"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "08219fa88b8daa343b8b9b53bb9d1a131f8035fd5080e4d7780bb71487287404"
|
||||
checksum = "0852115edbe44f8e258b61383dfded95a8c8d214a8d10e2711f1353789bf0b23"
|
||||
dependencies = [
|
||||
"base16ct",
|
||||
"hmac",
|
||||
|
||||
@@ -16,7 +16,7 @@ exclude = ["/img"]
|
||||
[dependencies]
|
||||
bitcoin = { version = "0.31.1", default-features = false, features = ["std", "serde"] }
|
||||
hex = { version = "0.4.3", default-features = false, features = ["alloc"] }
|
||||
musig2 = { version = "0.0.8", default-features = false, features = ["secp256k1", "rand", "serde"] }
|
||||
musig2 = { version = "0.0.10", default-features = false, features = ["secp256k1", "rand", "serde"] }
|
||||
rand = { version = "0.8.5", default-features = false }
|
||||
secp = { version = "0.2.3", default-features = false, features = ["serde"] }
|
||||
secp256k1 = { version = "0.28.2", default-features = false, features = ["global-context"] }
|
||||
|
||||
Reference in New Issue
Block a user