Skip to content

Commit 0be44b4

Browse files
committed
Add usage examples to the readme
1 parent a2c912d commit 0be44b4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,13 @@ libsecp256k1 is built using autotools:
6868
$ make check
6969
$ sudo make install # optional
7070

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+
7178
Exhaustive tests
7279
-----------
7380

0 commit comments

Comments
 (0)