summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkokke <spam@rowdy.dk>2018-05-04 21:21:20 +0200
committerGitHub <noreply@github.com>2018-05-04 21:21:20 +0200
commit319d06b0fac272f44afb128d2ef665095fcecf45 (patch)
tree85f1ffc9efcdde6c5495495f821940fe017f4c2b
parentMerge pull request #99 from pjunni/patch-1 (diff)
downloadtiny-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
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2fac22a..8fe7514 100644
--- a/README.md
+++ b/README.md
@@ -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.