File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ Features:
21
21
* Optional module for ECDH key exchange.
22
22
* Optional module for Schnorr signatures according to [ BIP-340] ( https://github.com/bitcoin/bips/blob/master/bip-0340.mediawiki ) .
23
23
* Optional module for ElligatorSwift key exchange according to [ BIP-324] ( https://github.com/bitcoin/bips/blob/master/bip-0324.mediawiki ) .
24
+ * Optional module for Silent Payments send and receive according to [ BIP-352] ( https://github.com/bitcoin/bips/blob/master/bip-0352.mediawiki ) .
24
25
25
26
Implementation details
26
27
----------------------
@@ -115,6 +116,7 @@ Usage examples can be found in the [examples](examples) directory. To compile th
115
116
* [ Schnorr signatures example] ( examples/schnorr.c )
116
117
* [ Deriving a shared secret (ECDH) example] ( examples/ecdh.c )
117
118
* [ ElligatorSwift key exchange example] ( examples/ellswift.c )
119
+ * [ Silent Payments send and receive example] ( examples/silentpayments.c )
118
120
119
121
To compile the Schnorr signature and ECDH examples, you also need to configure with ` --enable-module-schnorrsig ` and ` --enable-module-ecdh ` .
120
122
You can’t perform that action at this time.
0 commit comments