diff options
author | kokke <spam@rowdy.dk> | 2014-05-29 02:23:45 +0200 |
---|---|---|
committer | kokke <spam@rowdy.dk> | 2014-05-29 02:23:45 +0200 |
commit | 85ce5cc04bc0dc9a57f37ca5bc67cd68a90d0394 (patch) | |
tree | b7374fc320d9540d14d27131210992424c0ca349 /aes.c | |
parent | Update aes.c (diff) | |
download | tiny-AES-c-85ce5cc04bc0dc9a57f37ca5bc67cd68a90d0394.tar tiny-AES-c-85ce5cc04bc0dc9a57f37ca5bc67cd68a90d0394.tar.gz tiny-AES-c-85ce5cc04bc0dc9a57f37ca5bc67cd68a90d0394.tar.bz2 tiny-AES-c-85ce5cc04bc0dc9a57f37ca5bc67cd68a90d0394.tar.lz tiny-AES-c-85ce5cc04bc0dc9a57f37ca5bc67cd68a90d0394.tar.xz tiny-AES-c-85ce5cc04bc0dc9a57f37ca5bc67cd68a90d0394.tar.zst tiny-AES-c-85ce5cc04bc0dc9a57f37ca5bc67cd68a90d0394.zip |
Diffstat (limited to 'aes.c')
-rw-r--r-- | aes.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ /* -This is the implementation of the AES128 algorithm, specifically ECB mode. +This is an implementation of the AES128 algorithm, specifically ECB mode. The implementation is verified against the test vectors in: National Institute of Standards and Technology Special Publication 800-38A 2001 ED |