diff options
author | Matteo Brichese <bricke@users.noreply.github.com> | 2017-06-06 02:14:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-06 02:14:30 +0200 |
commit | c440a222f74bd806c805040dd08428655f9e625b (patch) | |
tree | d5d360a9bc5ad5cce8dadfe9d0fdec0a879bd365 /README.md | |
parent | Update README.md (diff) | |
download | tiny-AES-c-c440a222f74bd806c805040dd08428655f9e625b.tar tiny-AES-c-c440a222f74bd806c805040dd08428655f9e625b.tar.gz tiny-AES-c-c440a222f74bd806c805040dd08428655f9e625b.tar.bz2 tiny-AES-c-c440a222f74bd806c805040dd08428655f9e625b.tar.lz tiny-AES-c-c440a222f74bd806c805040dd08428655f9e625b.tar.xz tiny-AES-c-c440a222f74bd806c805040dd08428655f9e625b.tar.zst tiny-AES-c-c440a222f74bd806c805040dd08428655f9e625b.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ You can choose to use the standard 128b key or 192/256b by defining the symbols You can choose to use one or both of the modes-of-operation, by defining the symbols CBC and ECB. See the header file for clarification. -There is no built-in error checking or protection from out-of-bounds memory access errors as a result of malicious input. The two functions AES128_ECB_xxcrypt() do most of the work, and they expect inputs of 128 bit length. +There is no built-in error checking or protection from out-of-bounds memory access errors as a result of malicious input. The two functions AES_ECB_xxcrypt() do most of the work, and they expect inputs of 128 bit length. The module uses around 200 bytes of RAM and 2.5K ROM when compiled for ARM (~2K for Thumb but YMMV). |