Merge BlockstreamResearch/secp256k1-zkp#345: docs: Fix README module descriptions
4681be065bdocs: Fix README module descriptions (mllwchrry) Pull request description: Fixes `bppp` description (incorrect "range proofs" claim is removed) and adds missing `schnorrsig_halfagg` module to the feature list. ACKs for top commit: real-or-random: ACK4681be065bTree-SHA512: 89e23544600246836510dcfcf06b0d088f811fadb85161d14efede4bd218915a61dcf402f9228c7e343836ec249c2ec5b6e1915ec643988db654f9605608a978
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user