Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nopnop2002/esp-idf-mbedtls

Example of mbedtls for ESP-IDF
https://github.com/nopnop2002/esp-idf-mbedtls

aes-encryption base64 md5 md5-digest sha1 sha224 sha256 sha384 sha512

Last synced: 3 months ago
JSON representation

Example of mbedtls for ESP-IDF

Awesome Lists containing this project

README

        

# esp-idf-mbedtls
Example of mbedtls for ESP-IDF.

ESP-IDF includes [this](https://tls.mbed.org/) Mbed TLS library.
You can use TLS components as standard.
However, there is no sample code in esp-idf.
So i ported from [here](https://github.com/ARMmbed/mbedtls/tree/development/programs/hash).

# Software requirements
esp-idf v4.4/v5.0.

# Installation
```
git clone https://github.com/nopnop2002/esp-idf-mbedtls
cd esp-idf-mbedtls/hello
idf.py flash monitor
```