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 5df59a0 commit cd8faddCopy full SHA for cd8fadd
README.md
@@ -69,6 +69,13 @@ libsecp256k1 is built using autotools:
69
$ make check
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
Exhaustive tests
80
-----------
81
0 commit comments