What changed, and why it matters
This commit only updates the README documentation to mention a new optional feature (Silent Payments, BIP-352) and point to an example file. No code, build scripts, or cryptographic logic was changed. There is no security issue here.
No action needed; this is a benign documentation update.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff adds two lines to README.md: one listing the optional Silent Payments module and one linking to an example file. It is a pure documentation change with no functional modifications to the library.
Changed components
Inspect captured patch +2 / −0
diff --git a/README.md b/README.md
index daa38d4..fc64d40 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,7 @@ Features:
* Optional module for Schnorr signatures according to [BIP-340](https://github.com/bitcoin/bips/blob/master/bip-0340.mediawiki).
* Optional module for ElligatorSwift key exchange according to [BIP-324](https://github.com/bitcoin/bips/blob/master/bip-0324.mediawiki).
* Optional module for MuSig2 Schnorr multi-signatures according to [BIP-327](https://github.com/bitcoin/bips/blob/master/bip-0327.mediawiki).
+* Optional module for Silent Payments sending and receiving according to [BIP-352](https://github.com/bitcoin/bips/blob/master/bip-0352.mediawiki).
Implementation details
----------------------
@@ -151,6 +152,7 @@ Usage examples can be found in the [examples](examples) directory. To compile th
* [Deriving a shared secret (ECDH) example](examples/ecdh.c)
* [ElligatorSwift key exchange example](examples/ellswift.c)
* [MuSig2 Schnorr multi-signatures example](examples/musig.c)
+ * [Silent Payments send and receive example](examples/silentpayments.c)
To compile the examples, make sure the corresponding modules are enabled.
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.