From 706cf6b4483f55dbe9619b4c9aebe9d483f4af73 Mon Sep 17 00:00:00 2001 From: Rhys Weatherley Date: Thu, 26 Apr 2018 06:55:13 +1000 Subject: [PATCH] Add Acorn128 to the changelog --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c7952fc7..ebea8b8b 100644 --- a/README.md +++ b/README.md @@ -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().