You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-4
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,7 @@ Features:
17
17
* Suitable for embedded systems.
18
18
* Optional module for public key recovery.
19
19
* Optional module for ECDH key exchange.
20
-
* Optional module for Schnorr signatures according to [BIP-340](https://github.com/bitcoin/bips/blob/master/bip-0340.mediawiki) (experimental).
21
-
22
-
Experimental features have not received enough scrutiny to satisfy the standard of quality of this library but are made available for testing and review by the community. The APIs of these features should not be considered stable.
20
+
* Optional module for Schnorr signatures according to [BIP-340](https://github.com/bitcoin/bips/blob/master/bip-0340.mediawiki).
23
21
24
22
Implementation details
25
23
----------------------
@@ -72,7 +70,6 @@ libsecp256k1 is built using autotools:
72
70
Usage examples
73
71
-----------
74
72
Usage examples can be found in the [examples](examples) directory. To compile them you need to configure with `--enable-examples`.
75
-
For experimental modules, you will also need `--enable-experimental` as well as a flag for each individual module, e.g. `--enable-module-ecdh`.
76
73
*[ECDSA example](examples/ecdsa.c)
77
74
*[Schnorr Signatures example](examples/schnorr.c)
78
75
*[Deriving a shared secret(ECDH) example](examples/ecdh.c)
0 commit comments