openssl/crypto/aes
2002-01-26 04:45:37 +00:00
..
.cvsignore
aes_cbc.c
aes_core.c
aes_ecb.c
aes_locl.h
aes_misc.c
aes.h
Makefile.ssl It looks like I didn't remove everything that has to do with the 2002-01-26 04:45:37 +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.