Readme with a short description of each sample program

This commit is contained in:
Gilles Peskine 2018-01-18 23:27:47 +01:00
parent b8ab22f646
commit ceb7b1209c
2 changed files with 124 additions and 1 deletions

View file

@ -138,7 +138,7 @@ The solution file `mbedTLS.sln` contains all the basic projects needed to build
Example programs
----------------
We've included example programs for a lot of different features and uses in `programs/`. Most programs only focus on a single feature or usage scenario, so keep that in mind when copying parts of the code.
We've included example programs for a lot of different features and uses in [`programs/`](programs/README.md). Most programs only focus on a single feature or usage scenario, so keep that in mind when copying parts of the code.
Tests
-----