We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 517644e commit 42e0343Copy full SHA for 42e0343
README.md
@@ -69,6 +69,14 @@ libsecp256k1 is built using autotools:
69
$ make check # run the test suite
70
$ sudo make install # optional
71
72
+Usage examples
73
+-----------
74
+ 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
+ * [ECDSA example](examples/ecdsa.c)
77
+ * [Schnorr Signatures example](examples/schnorr.c)
78
+ * [Deriving a shared secret(ECDH) example](examples/ecdh.c)
79
+
80
Test coverage
81
-----------
82
0 commit comments