Skip to content

Commit fe2cec5

Browse files
committed
docs: update README
1 parent 7a5a77c commit fe2cec5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Features:
2222
* Optional module for Schnorr signatures according to [BIP-340](https://github.com/bitcoin/bips/blob/master/bip-0340.mediawiki).
2323
* Optional module for ElligatorSwift key exchange according to [BIP-324](https://github.com/bitcoin/bips/blob/master/bip-0324.mediawiki).
2424
* Optional module for MuSig2 Schnorr multi-signatures according to [BIP-327](https://github.com/bitcoin/bips/blob/master/bip-0327.mediawiki).
25+
* Optional module for Silent Payments sending and receiving according to [BIP-352](https://github.com/bitcoin/bips/blob/master/bip-0352.mediawiki).
2526

2627
Implementation details
2728
----------------------
@@ -150,6 +151,7 @@ Usage examples can be found in the [examples](examples) directory. To compile th
150151
* [Deriving a shared secret (ECDH) example](examples/ecdh.c)
151152
* [ElligatorSwift key exchange example](examples/ellswift.c)
152153
* [MuSig2 Schnorr multi-signatures example](examples/musig.c)
154+
* [Silent Payments send and receive example](examples/silentpayments.c)
153155
154156
To compile the examples, make sure the corresponding modules are enabled.
155157

0 commit comments

Comments
 (0)