From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Matthias_Wei=DFer?= Date: Thu, 15 Dec 2011 11:47:41 +0100 Subject: [U-Boot] AES128 in U-Boot In-Reply-To: References: Message-ID: <4EE9D04D.6050503@arcor.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am 15.12.2011 08:30, schrieb Simon Glass: > Hi, > > I am wanting to add an AES encryption library to U-Boot. I suppose it > should be written in C, with small compiled code/data size (rather > than high performance), GPL and fairly easy to read. > > Does anyone have any suggestions? Take a look at libtomcrypt -> http://libtom.org/?page=features&whatfile=crypt Matthias