AES implementation in C - any recommendations?

Chris Kuethe chris.kuethe at gmail.com
Sat Sep 3 12:23:02 EDT 2005


On 9/2/05, Ian G <iang at systemics.com> wrote:
> I'm after an AES implementation in C, preferably with
> something approximating BSD/open licence.  Does anyone
> have a view on which would be a current favourite?
> 
> (I'm writing a protocol that needs it, and would like
> to deliver the code totally complete, but with switches
> to turn on ones other favourite libraries as appropriate.)

Assuming you wish to avoid openssl, you could see about reusing a
bunch of the code from openbsd's kernel crypto layer...

http://www.openbsd.org/cgi-bin/cvsweb/src/sys/crypto/rijndael.c
http://www.openbsd.org/cgi-bin/cvsweb/src/sys/crypto/rijndael.h

CK

-- 
GDB has a 'break' feature; why doesn't it have 'fix' too?

---------------------------------------------------------------------
The Cryptography Mailing List
Unsubscribe by sending "unsubscribe cryptography" to majordomo at metzdowd.com



More information about the cryptography mailing list