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.
JusicP
940d664def
|
4 years ago | |
---|---|---|
.. | ||
asm | 4 years ago | |
Makefile | 4 years ago | |
README | 4 years ago | |
aes-x86_64.o | 4 years ago | |
aes-x86_64.s | 4 years ago | |
aes.h | 4 years ago | |
aes_cbc.c | 4 years ago | |
aes_cfb.c | 4 years ago | |
aes_cfb.o | 4 years ago | |
aes_core.c | 4 years ago | |
aes_ctr.c | 4 years ago | |
aes_ctr.o | 4 years ago | |
aes_ecb.c | 4 years ago | |
aes_ecb.o | 4 years ago | |
aes_ige.c | 4 years ago | |
aes_ige.o | 4 years ago | |
aes_locl.h | 4 years ago | |
aes_misc.c | 4 years ago | |
aes_misc.o | 4 years ago | |
aes_ofb.c | 4 years ago | |
aes_ofb.o | 4 years ago | |
aes_wrap.c | 4 years ago | |
aes_wrap.o | 4 years ago | |
aes_x86core.c | 4 years ago | |
aesni-sha1-x86_64.o | 4 years ago | |
aesni-sha1-x86_64.s | 4 years ago | |
aesni-x86_64.o | 4 years ago | |
aesni-x86_64.s | 4 years ago | |
bsaes-x86_64.o | 4 years ago | |
bsaes-x86_64.s | 4 years ago | |
lib | 4 years ago | |
vpaes-x86_64.o | 4 years ago | |
vpaes-x86_64.s | 4 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.