We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae3e6a1 commit 626a56dCopy full SHA for 626a56d
README.md
@@ -69,6 +69,13 @@ 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 configure with `--enable-examples`.
75
+ * [ECDSA example](examples/ecdsa.c)
76
+ * [Schnorr Signatures example](examples/schnorr.c)
77
+ * [Deriving a shared secret(ECDH) example](examples/ecdh.c)
78
+
79
Test coverage
80
-----------
81
0 commit comments