1
0
mirror of https://github.com/taigrr/arduinolibs synced 2025-01-18 04:33:12 -08:00

Add recent changelog information to README.md

This commit is contained in:
Rhys Weatherley 2018-04-21 17:57:39 +10:00
parent 0189fdeee8
commit c0d7de6d49

View File

@ -18,3 +18,17 @@ only the cryptography code remains in this repository.
For more information on these libraries, to report bugs, or to suggest For more information on these libraries, to report bugs, or to suggest
improvements, please contact the author Rhys Weatherley via improvements, please contact the author Rhys Weatherley via
[email](mailto:rhys.weatherley@gmail.com). [email](mailto:rhys.weatherley@gmail.com).
Recent significant changes to the library
-----------------------------------------
Apr 2018:
* Tiny and small versions of AES for reducing memory requirements.
* Port the library to ESP8266 and ESP32.
* Make the RNG class more robust if the app doesn't call begin() or loop().
Nov 2017:
* Fix the AVR assembly version of Speck and speed it up a little.
* API improvements to the RNG class.