From 85ce5cc04bc0dc9a57f37ca5bc67cd68a90d0394 Mon Sep 17 00:00:00 2001 From: kokke Date: Thu, 29 May 2014 02:23:45 +0200 Subject: Update aes.c --- aes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3