Skip to content

Commit cd8fadd

Browse files
committed
Add usage examples to the readme
1 parent 5df59a0 commit cd8fadd

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
@@ -69,6 +69,13 @@ libsecp256k1 is built using autotools:
6969
$ make check
7070
$ sudo make install # optional
7171

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

0 commit comments

Comments
 (0)