Update README.md

This commit is contained in:
kokke 2017-12-01 12:00:49 +01:00 committed by GitHub
parent 5918d925c1
commit 1ccd9a6cc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ It is one of the smallest implementation in C I've seen yet, but do contact me i
I've successfully used the code on 64bit x86, 32bit ARM and 8 bit AVR platforms.
GCC size output when only CTR mode is compiled for ARM (using 128 bit block size):
GCC size output when only CTR mode is compiled for ARM:
$ arm-none-eabi-gcc -Os -DCBC=0 -DECB=0 -DCTR=1 -c aes.c
$ size aes.o