From 87173fa6d5c663eec5116ff0557286b485b90d98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Wed, 21 Oct 2015 18:38:02 +0200 Subject: [PATCH] yotta Readme: mention all examples --- yotta/data/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/yotta/data/README.md b/yotta/data/README.md index c3e7cdc2b6..01450021ba 100644 --- a/yotta/data/README.md +++ b/yotta/data/README.md @@ -16,7 +16,11 @@ This release includes the following examples: 2. [**Benchmark:**](https://github.com/ARMmbed/mbedtls/blob/development/yotta/data/example-benchmark) found in `test/example-benchmark`. Measures the time taken to perform basic cryptographic functions used in the library. -These examples are integrated as yotta tests, so that they are built automatically when you build mbed TLS. You'll find more examples in the various `test/example-*` directories. +3. [**Hashing:**](https://github.com/ARMmbed/mbedtls/blob/development/yotta/data/example-hashing) found in `test/example-hashing`. Demonstrates the various APIs for computes hashes of data (also known as message digests) with SHA-256. + +4. [**Authenticated encrypted:**](https://github.com/ARMmbed/mbedtls/blob/development/yotta/data/example-authcrypt) found in `test/example-authcrypt`. Demonstrates usage of the Cipher API for encrypting and authenticating data with AES-CCM. + +These examples are integrated as yotta tests, so that they are built automatically when you build mbed TLS. Each of them comes with complete usage instructions as a Readme file in its directory. ## Performing TLS and DTLS connections