From 4681be065b0cd431c22881a964136c366736d3a1 Mon Sep 17 00:00:00 2001 From: mllwchrry Date: Thu, 12 Mar 2026 14:12:17 +0200 Subject: [PATCH] docs: Fix README module descriptions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f786bbe5..af62b832 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ A fork of [libsecp256k1](https://github.com/bitcoin-core/secp256k1) with support Added features: * Experimental module for ECDSA adaptor signatures. * Experimental module for ECDSA sign-to-contract. -* Experimental module for Confidential Assets (Pedersen commitments, range proofs, and [surjection proofs](src/modules/surjection/surjection.md)). -* Experimental module for Bulletproofs++ range proofs. +* Experimental modules for Confidential Assets (Pedersen commitments, range proofs, and [surjection proofs](src/modules/surjection/surjection.md)). * Experimental module for [address whitelisting](src/modules/whitelist/whitelist.md). +* Experimental module for Schnorr signature half-aggregation. Experimental features are made available for testing and review by the community. The APIs of these features should not be considered stable.