Re: [U-Boot] AES128 in U-Boot

2012-01-05 Thread Simon Glass
Hi Mike, On Thu, Jan 5, 2012 at 3:07 PM, Mike Frysinger wrote: > On Wednesday 21 December 2011 15:12:20 Simon Glass wrote: >> Can we use public domain code? It seems incompatible with >> the restrictions in the GPL > > how so ?  public domain (by its definition) has no copyright or license to > w

Re: [U-Boot] AES128 in U-Boot

2012-01-05 Thread Mike Frysinger
On Wednesday 21 December 2011 15:12:20 Simon Glass wrote: > Can we use public domain code? It seems incompatible with > the restrictions in the GPL how so ? public domain (by its definition) has no copyright or license to worry about. so you literally could (legally) do whatever you want with i

Re: [U-Boot] AES128 in U-Boot

2011-12-21 Thread Simon Glass
Hi Mike, Matthias, On Thu, Dec 15, 2011 at 11:29 AM, Mike Frysinger wrote: > On Thursday 15 December 2011 02:30:40 Simon Glass wrote: >> 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 perform

Re: [U-Boot] AES128 in U-Boot

2011-12-15 Thread Mike Frysinger
On Thursday 15 December 2011 02:30:40 Simon Glass wrote: > 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. just has to be GPL compatible as Matthias al

Re: [U-Boot] AES128 in U-Boot

2011-12-15 Thread Matthias Weißer
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 libtomcr