From 0b27424c7105e9e368bdbf6fecdd26ffcb27080f Mon Sep 17 00:00:00 2001 From: Alexander Cyon Date: Wed, 28 Jan 2026 18:29:30 +0100 Subject: [PATCH] Update libsecp256k1 dependency to v0.7.1 (1a53f4961f337b4d166c25fce72ef0dc88806618) [all unit tests passed] --- README.md | 2 +- Sources/secp256k1/libsecp256k1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c3a5c8e..4127daf 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ _K1_ is Swift wrapper around [libsecp256k1 (bitcoin-core/secp256k1)][lib], offering ECDSA, Schnorr ([BIP340][bip340]) and ECDH features. > [!NOTE] -> Current `libsecp256k1` version is [v0.6.0 (0cdc758a56360bf58a851fe91085a327ec97685a)](https://github.com/bitcoin-core/secp256k1/releases/tag/v0.6.0) +> Current `libsecp256k1` version is [v0.7.1 (1a53f4961f337b4d166c25fce72ef0dc88806618)](https://github.com/bitcoin-core/secp256k1/releases/tag/v0.7.1) # Documentation Read full documentation [here on SwiftPackageIndex][doc]. diff --git a/Sources/secp256k1/libsecp256k1 b/Sources/secp256k1/libsecp256k1 index 0cdc758..1a53f49 160000 --- a/Sources/secp256k1/libsecp256k1 +++ b/Sources/secp256k1/libsecp256k1 @@ -1 +1 @@ -Subproject commit 0cdc758a56360bf58a851fe91085a327ec97685a +Subproject commit 1a53f4961f337b4d166c25fce72ef0dc88806618