On 9/2/05, Ian G <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
