summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkokke <spam@rowdy.dk>2014-05-29 02:23:45 +0200
committerkokke <spam@rowdy.dk>2014-05-29 02:23:45 +0200
commit85ce5cc04bc0dc9a57f37ca5bc67cd68a90d0394 (patch)
treeb7374fc320d9540d14d27131210992424c0ca349
parentUpdate aes.c (diff)
downloadtiny-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
-rw-r--r--aes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/aes.c b/aes.c
index 151355a..7dd06e4 100644
--- a/aes.c
+++ b/aes.c
@@ -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