Skip to content

Commit 626a56d

Browse files
committed
Add usage examples to the readme
1 parent ae3e6a1 commit 626a56d

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 # run the test suite
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
Test coverage
7380
-----------
7481

0 commit comments

Comments
 (0)