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 a2c912d commit 0be44b4Copy full SHA for 0be44b4
README.md
@@ -68,6 +68,13 @@ libsecp256k1 is built using autotools:
68
$ make check
69
$ sudo make install # optional
70
71
+Usage Examples
72
+-----------
73
+ Usage Examples can be found in the [examples](examples) directory:
74
+ * [ECDSA example](examples/ecdsa.c)
75
+ * [Schnorr Signatures example](examples/schnorr.c)
76
+ * [Deriving a shared secret(ECDH) example](examples/ecdh.c)
77
+
78
Exhaustive tests
79
-----------
80
0 commit comments