
15 Dec
2011
15 Dec
'11
11:47 a.m.
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