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 Jul 30, 2020
1 parent 2c23f74 commit b7077be
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ libsecp256k1 is built using autotools:
$ make check
$ sudo make install # optional

Usage Examples
-----------
Usage Examples can be found in the [examples](examples) directory:
* [Key generation example](examples/keygen.c)
* [Deriving a shared secret(ECDH) example](examples/ecdh.c)

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

Expand Down

0 comments on commit b7077be

Please sign in to comment.