|
14 years ago | |
---|---|---|
.. | ||
asm | 14 years ago | |
Makefile | 14 years ago | |
README | 14 years ago | |
aes.h | 14 years ago | |
aes_cbc.c | 14 years ago | |
aes_cfb.c | 14 years ago | |
aes_core.c | 14 years ago | |
aes_ctr.c | 14 years ago | |
aes_ecb.c | 14 years ago | |
aes_ige.c | 14 years ago | |
aes_locl.h | 14 years ago | |
aes_misc.c | 14 years ago | |
aes_ofb.c | 14 years ago | |
aes_wrap.c | 14 years ago | |
aes_x86core.c | 14 years ago |
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.