File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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 send and receive according to [ BIP-352] ( https://github.com/bitcoin/bips/blob/master/bip-0352.mediawiki ) .
2526
2627Implementation details
2728----------------------
@@ -151,6 +152,7 @@ Usage examples can be found in the [examples](examples) directory. To compile th
151152 * [Schnorr signatures example](examples/schnorr.c)
152153 * [Deriving a shared secret (ECDH) example](examples/ecdh.c)
153154 * [ElligatorSwift key exchange example](examples/ellswift.c)
155+ * [Silent Payments send and receive example](examples/silentpayments.c)
154156
155157To compile the Schnorr signature and ECDH examples, you also need to configure with `--enable-module-schnorrsig` and `--enable-module-ecdh`.
156158
You can’t perform that action at this time.
0 commit comments