diff options
author | kokke <spam@rowdy.dk> | 2014-05-30 15:08:31 +0200 |
---|---|---|
committer | kokke <spam@rowdy.dk> | 2014-05-30 15:08:31 +0200 |
commit | 1b45fa87a287aeb1b30c3d60dad72cb59e21687b (patch) | |
tree | d731657a7833cf5d7e3f8f7bb11b36569e88b34d | |
parent | Update aes.c (diff) | |
download | tiny-AES-c-1b45fa87a287aeb1b30c3d60dad72cb59e21687b.tar tiny-AES-c-1b45fa87a287aeb1b30c3d60dad72cb59e21687b.tar.gz tiny-AES-c-1b45fa87a287aeb1b30c3d60dad72cb59e21687b.tar.bz2 tiny-AES-c-1b45fa87a287aeb1b30c3d60dad72cb59e21687b.tar.lz tiny-AES-c-1b45fa87a287aeb1b30c3d60dad72cb59e21687b.tar.xz tiny-AES-c-1b45fa87a287aeb1b30c3d60dad72cb59e21687b.tar.zst tiny-AES-c-1b45fa87a287aeb1b30c3d60dad72cb59e21687b.zip |
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ ### Tiny AES128 in C -This is a small portable implementation of AES128 in C. +This is a small portable implementation of AES128 in C. The module is self-hosting and intented to be portable. I've successfully tested on Intel 64bit, 32bit ARM Cortex-M3 and 8 bit Atmel Mega16. AES128 ECB is symmetric, so you use the same function for encrypting and decrypting. |