build(deps): update sigma_fun and ecdsa_fun to a52142cf7f

#1520
 #1521
pull/1591/head
Byron Hambly 5 months ago
parent f48feeedb9
commit 1fd3bb483b
No known key found for this signature in database
GPG Key ID: DE8F6EA20A661697

18
Cargo.lock generated

@ -1115,7 +1115,7 @@ checksum = "5caaa75cbd2b960ff1e5392d2cfb1f44717fffe12fc1f32b7b5d1267f99732a6"
[[package]]
name = "ecdsa_fun"
version = "0.9.0"
source = "git+https://github.com/LLFourn/secp256kfun#296fd6f2f2147396553cd3f6c330624795bbb6ab"
source = "git+https://github.com/LLFourn/secp256kfun#a52142cf7f16fd28ddf0b2d7d845fc3116731c68"
dependencies = [
"bincode 1.3.3",
"rand_chacha 0.3.1",
@ -3777,16 +3777,26 @@ dependencies = [
[[package]]
name = "secp256kfun"
version = "0.9.1"
source = "git+https://github.com/LLFourn/secp256kfun#296fd6f2f2147396553cd3f6c330624795bbb6ab"
source = "git+https://github.com/LLFourn/secp256kfun#a52142cf7f16fd28ddf0b2d7d845fc3116731c68"
dependencies = [
"bincode 2.0.0-rc.3",
"digest 0.10.5",
"digest 0.10.7",
"rand_core 0.6.2",
"secp256k1 0.27.0",
"secp256kfun_arithmetic_macros",
"serde",
"subtle-ng",
]
[[package]]
name = "secp256kfun_arithmetic_macros"
version = "0.9.0"
source = "git+https://github.com/LLFourn/secp256kfun#a52142cf7f16fd28ddf0b2d7d845fc3116731c68"
dependencies = [
"proc-macro2",
"quote",
]
[[package]]
name = "security-framework"
version = "2.3.1"
@ -4014,7 +4024,7 @@ checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
[[package]]
name = "sigma_fun"
version = "0.6.0"
source = "git+https://github.com/LLFourn/secp256kfun#296fd6f2f2147396553cd3f6c330624795bbb6ab"
source = "git+https://github.com/LLFourn/secp256kfun#a52142cf7f16fd28ddf0b2d7d845fc3116731c68"
dependencies = [
"curve25519-dalek-ng",
"digest 0.10.7",

Loading…
Cancel
Save