[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] AVR Crypto
From: |
Keith Gudger |
Subject: |
Re: [avr-gcc-list] AVR Crypto |
Date: |
Mon, 28 Feb 2005 16:06:21 -0800 (PST) |
I have an open source version of AES running on the AVR. It is based on
some code from a UCLA grad student, so you might need to be sure they
don't mind using their part. It is fast and a small code size. To get
this, it uses all of the registers. Let me know if you're intersted.
Keith
On Mon, 28 Feb 2005, Geoffrey Wossum wrote:
> Hi all,
>
> I'm trying to find some crypto routines that have already been ported to
> the AVR. I can't really find anything on Google or AVRFreaks. There
> was a message from last year on avr-libc-dev
> (http://lists.gnu.org/archive/html/avr-libc-dev/2004-05/msg00021.html)
> about a port of some crypto routines to the AVR. The linked code
> however, seems to only be examples for using a closed source library.
>
> Does anyone know where I can get some source code for an AVR port of
> something like AES, Twofish, or Safer? Preferably BSD licensed or
> public domain...
>
> TIA,
> ---
> Geoffrey Wossum
> Long Range Systems - http://www.pager.net
>
>
>
> _______________________________________________
> AVR-GCC-list mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/avr-gcc-list
>