mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-23 09:15:35 +00:00
Improve the description of programs/
From Mbed Crypto.
This commit is contained in:
parent
b05d89dced
commit
cf63f59432
|
@ -163,7 +163,8 @@ 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/`](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.
|
||||
We've included example programs for a lot of different features and uses in [`programs/`](programs/README.md).
|
||||
Please note that the goal of these sample programs is to demonstrate specific features of the library, and the code may need to be adapted to build a real-world application.
|
||||
|
||||
Tests
|
||||
-----
|
||||
|
|
Loading…
Reference in a new issue