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

Add Acorn128 to the changelog

This commit is contained in:
Rhys Weatherley 2018-04-26 06:55:13 +10:00
parent f301893d7f
commit 706cf6b448

View File

@ -24,6 +24,7 @@ Recent significant changes to the library
Apr 2018:
* Acorn128 authenticated cipher (finalist in the CAESAR AEAD competition).
* 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().