You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
6 years ago | |
---|---|---|
.. | ||
asm | 6 years ago | |
Makefile | 6 years ago | |
Makefile.save | 6 years ago | |
README | 6 years ago | |
aes.h | 6 years ago | |
aes_cbc.c | 6 years ago | |
aes_cbc.o | 6 years ago | |
aes_cfb.c | 6 years ago | |
aes_cfb.o | 6 years ago | |
aes_core.c | 6 years ago | |
aes_core.o | 6 years ago | |
aes_ctr.c | 6 years ago | |
aes_ctr.o | 6 years ago | |
aes_ecb.c | 6 years ago | |
aes_ecb.o | 6 years ago | |
aes_ige.c | 6 years ago | |
aes_ige.o | 6 years ago | |
aes_locl.h | 6 years ago | |
aes_misc.c | 6 years ago | |
aes_misc.o | 6 years ago | |
aes_ofb.c | 6 years ago | |
aes_ofb.o | 6 years ago | |
aes_wrap.c | 6 years ago | |
aes_wrap.o | 6 years ago | |
aes_x86core.c | 6 years ago | |
lib | 6 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.