Skip to content

Commit

Permalink
Add usage examples to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
elichai committed Nov 9, 2020
1 parent a2c912d commit 0be44b4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@ libsecp256k1 is built using autotools:
$ make check
$ sudo make install # optional

Usage Examples
-----------
Usage Examples can be found in the [examples](examples) directory:
* [ECDSA example](examples/ecdsa.c)
* [Schnorr Signatures example](examples/schnorr.c)
* [Deriving a shared secret(ECDH) example](examples/ecdh.c)

Exhaustive tests
-----------

Expand Down

0 comments on commit 0be44b4

Please sign in to comment.