nodemcu-firmware/docs
Johny Mattsson e11087bfdf Improved crypto module for ESP32, now with HMAC (#2815)
* Leaner, meaner crypto module; now with HMAC

Based on my testing, mbedtls pulls in all its algorithm regardless of
whether the NodeMCU crypto module was using them or not. As such, the
space savings from omitting algorithms were only in the tens of bytes.

By switching to using the mbedtls generic message digest interface, the
crypto module itself could be shrunk in size and complexity. Despite
adding support for HMAC on all algorithms (plus including RIPEMD160),
this version is 330 bytes smaller.

* Updated crypto module docs.

* Removed superfluous brackets in crypto docs.

Copy-paste considered harmful... >.>
2019-07-04 23:24:59 +02:00
..
css Fix font-size, it's odd and inconsistent in the theme 2016-01-16 15:25:48 +01:00
img Add sdmmc module and enable fatfs. 2017-04-30 22:49:54 +02:00
js Re-organize documentation 2019-01-13 21:30:28 +01:00
modules Improved crypto module for ESP32, now with HMAC (#2815) 2019-07-04 23:24:59 +02:00
build.md Re-organize documentation 2019-01-13 21:30:28 +01:00
extn-developer-faq.md Re-organize documentation 2019-01-13 21:30:28 +01:00
flash.md Re-organize documentation 2019-01-13 21:30:28 +01:00
index.md Re-organize documentation 2019-01-13 21:30:28 +01:00
lua-developer-faq.md Re-organize documentation 2019-01-13 21:30:28 +01:00
sdcard.md add support for sdmmc cards in sd-spi mode (#2644) 2019-02-10 10:11:13 +01:00
support.md Re-organize documentation 2019-01-13 21:30:28 +01:00
upload.md Re-organize documentation 2019-01-13 21:30:28 +01:00