openssl/crypto/aes
Geoff Thorpe e4dd79bbc8 - Add the same header stuff to aes_locl.h as is in des_locl.h to avoid
undefined functions (memset, etc).
- Put a .cvsignore in the aes directory too.
2002-01-05 12:55:08 +00:00
..
.cvsignore
aes_cbc.c
aes_core.c
aes_ecb.c
aes_locl.h
aes_misc.c
aes.h
Makefile.ssl
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.