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 28d6547 commit 485c68bCopy full SHA for 485c68b
README.md
@@ -68,6 +68,12 @@ 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
+ * [Key generation example](examples/keygen.c)
75
+ * [Deriving a shared secret(ECDH) example](examples/ecdh.c)
76
+
77
Exhaustive tests
78
-----------
79
0 commit comments