openssl/crypto/aes
2006-11-30 13:41:47 +00:00
..
asm Linking errors on IA64 and typo in aes-ia64.S. 2006-10-17 06:41:27 +00:00
.cvsignore
aes_cbc.c
aes_cfb.c
aes_core.c
aes_ctr.c
aes_ecb.c
aes_ige.c Fix C++ style comments, change assert to OPENSSL_assert, stop warning with 2006-08-31 20:56:20 +00:00
aes_locl.h
aes_misc.c
aes_ofb.c
aes_x86core.c
aes.h
Makefile Update dependencies. 2006-11-30 13:41:47 +00:00
README

This is an OpenSSL-compatible version of AES (also called Rijndael).
aes_core.c is basically the same as rijndael-alg-fst.c but with an
API that looks like the rest of the OpenSSL symmetric cipher suite.