Skip to content

Commit c39074f

Browse files
committed
Add usage examples to the readme
1 parent ddb6bfc commit c39074f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ 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+
* [Key generation example](examples/keygen.c)
75+
* [Deriving a shared secret(ECDH) example](examples/ecdh.c)
76+
7177
Exhaustive tests
7278
-----------
7379

0 commit comments

Comments
 (0)