diff options
author | kokke <spam@rowdy.dk> | 2018-05-04 21:21:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-04 21:21:20 +0200 |
commit | 319d06b0fac272f44afb128d2ef665095fcecf45 (patch) | |
tree | 85f1ffc9efcdde6c5495495f821940fe017f4c2b /README.md | |
parent | Merge pull request #99 from pjunni/patch-1 (diff) | |
download | tiny-AES-c-319d06b0fac272f44afb128d2ef665095fcecf45.tar tiny-AES-c-319d06b0fac272f44afb128d2ef665095fcecf45.tar.gz tiny-AES-c-319d06b0fac272f44afb128d2ef665095fcecf45.tar.bz2 tiny-AES-c-319d06b0fac272f44afb128d2ef665095fcecf45.tar.lz tiny-AES-c-319d06b0fac272f44afb128d2ef665095fcecf45.tar.xz tiny-AES-c-319d06b0fac272f44afb128d2ef665095fcecf45.tar.zst tiny-AES-c-319d06b0fac272f44afb128d2ef665095fcecf45.zip |
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ There is no built-in error checking or protection from out-of-bounds memory acce The module uses less than 200 bytes of RAM and 1-2K ROM when compiled for ARM, but YMMV depending on which modes are enabled. -It is one of the smallest implementation in C I've seen yet, but do contact me if you know of something smaller (or have improvements to the code here). +It is one of the smallest implementations in C I've seen yet, but do contact me if you know of something smaller (or have improvements to the code here). I've successfully used the code on 64bit x86, 32bit ARM and 8 bit AVR platforms. |