From f4f931c2a53de3f8c724edf97344cea5eb0d16fa Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 19 Jan 2016 16:38:48 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5fb1d8f1a30..6ec771ab7c6 100755 --- a/ChangeLog +++ b/ChangeLog @@ -11326,4 +11326,6 @@ * include/nuttx/can.h and several CAN drivers: Add more extensive error reporting capaibility to the CAN interferace. From Frank Benkert (21016-01-18). + * libc/misc/lib_tea.h and include/nuttx/crypto/tea.h: Add an + implementation of the Tiny Encryption Algorithm (2016-01-19).