Update aes.c

This commit is contained in:
kokke 2014-05-29 02:23:45 +02:00
parent 5efc22884d
commit 85ce5cc04b

2
aes.c
View File

@ -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