• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..16-Jun-201473

aes.hH A D25-Feb-20144.7 KiB

aes_cbc.cH A D25-Feb-20144.3 KiB

aes_cfb.cH A D25-Feb-20148.5 KiB

aes_core.cH A D25-Feb-201458.3 KiB

aes_ctr.cH A D25-Feb-20144.6 KiB

aes_ecb.cH A D25-Feb-20142.9 KiB

aes_locl.hH A D25-Feb-20143.4 KiB

aes_misc.cH A D25-Feb-20142.7 KiB

aes_ofb.cH A D25-Feb-20146.3 KiB

MakefileH A D25-Feb-20142.8 KiB

READMEH A D25-Feb-2014204

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