Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
README.md
- Committer:
- mbed_official
- Date:
- 2016-08-04
- Revision:
- 5:5ba54fdd4062
- Parent:
- 2:bdb7d32b8a2b
- Child:
- 19:f39440444a59
File content as of revision 5:5ba54fdd4062:
# SHA-256 Hash example on mbed OS
This application performs hashing of a buffer with SHA-256 using various APIs. It serves as a tutorial for the basic hashing APIs of mbed TLS.
## Getting started
Set up your environment if you have not done so already. For instructions, refer to the [main readme](../README.md).
## Monitoring the application
The output in the terminal window should be similar to this:
```
Method 1: 315f5bdb76d078c43b8ac0064e4a0164612b1fce77c869345bfc94c75894edd3
Method 2: 315f5bdb76d078c43b8ac0064e4a0164612b1fce77c869345bfc94c75894edd3
Method 3: 315f5bdb76d078c43b8ac0064e4a0164612b1fce77c869345bfc94c75894edd3
Method 4: 315f5bdb76d078c43b8ac0064e4a0164612b1fce77c869345bfc94c75894edd3
DONE
```