From 69d5e6bdc1ec8b472138aaba9804b93d46f397bb Mon Sep 17 00:00:00 2001 From: kngako Date: Fri, 23 Aug 2024 02:09:15 +0200 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7b3b046..23cab4a4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ libsecp256k1-zkp ![Dependencies: None](https://img.shields.io/badge/dependencies-none-success) -A fork of [libsecp256k1](https://github.com/bitcoin-core/secp256k1) with support for advanced and experimental features such as Confidential Assets and MuSig2 +A fork of [libsecp256k1](https://github.com/bitcoin-core/secp256k1) with support for advanced and experimental features such as Confidential Assets, MuSig2, and FROST. Added features: * Experimental module for ECDSA adaptor signatures.