Andy Polyakov 112726486d bsaes-x86_64.pl: add due credit. 13 năm trước cách đây
..
asm 112726486d bsaes-x86_64.pl: add due credit. 13 năm trước cách đây
.cvsignore 4c1a6e004a Apply mingw patches as supplied by Roumen Petrov an Alon Bar-Lev 16 năm trước cách đây
Makefile 8ca28da0a7 Integrate Vector Permutation AES into build system. 13 năm trước cách đây
README 6f9079fd50 Because Rijndael is more known as AES, use crypto/aes instead of 23 năm trước cách đây
aes.h 2fd9664b0b #if out deleted function from headers so it isn't picked up by WIN32 build 14 năm trước cách đây
aes_cbc.c d749e1080a Experimental symbol renaming to avoid clashes with regular OpenSSL. 13 năm trước cách đây
aes_cfb.c d749e1080a Experimental symbol renaming to avoid clashes with regular OpenSSL. 13 năm trước cách đây
aes_core.c 03e389cf04 Allow for dynamic base in Win64 FIPS module. 13 năm trước cách đây
aes_ecb.c d749e1080a Experimental symbol renaming to avoid clashes with regular OpenSSL. 13 năm trước cách đây
aes_ige.c f768be81d8 size_t-fy AES, Camellia and RC4. 16 năm trước cách đây
aes_locl.h b2be099d16 Fix #if _MSC_VER clause in aes_locl.h 19 năm trước cách đây
aes_misc.c 560b79cbff Constify version strings and some structures. 18 năm trước cách đây
aes_ofb.c d749e1080a Experimental symbol renaming to avoid clashes with regular OpenSSL. 13 năm trước cách đây
aes_wrap.c 2ec4ccee1f fix bug in AES_unwrap() 14 năm trước cách đây
aes_x86core.c d749e1080a Experimental symbol renaming to avoid clashes with regular OpenSSL. 13 năm trước cách đây

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.