• Home
Name Date Size #Lines LOC

..--

asm/03-May-2024-4,2363,588

MakefileD03-May-20244.3 KiB13199

READMED03-May-2024204 43

aes.hD03-May-20245.5 KiB14573

aes_cbc.cD03-May-20244.3 KiB13275

aes_cfb.cD03-May-20248.5 KiB22688

aes_core.cD03-May-202453 KiB1,1601,023

aes_ctr.cD03-May-20244.6 KiB14049

aes_ecb.cD03-May-20242.9 KiB7417

aes_ige.cD03-May-20249.5 KiB324229

aes_locl.hD03-May-20243.4 KiB9029

aes_misc.cD03-May-20242.7 KiB6511

aes_ofb.cD03-May-20246.3 KiB14324

aes_wrap.cD03-May-20247.5 KiB260178

README

1This is an OpenSSL-compatible version of AES (also called Rijndael).
2aes_core.c is basically the same as rijndael-alg-fst.c but with an
3API that looks like the rest of the OpenSSL symmetric cipher suite.
4