aboutsummaryrefslogtreecommitdiffstats
path: root/aeskey.c
diff options
context:
space:
mode:
Diffstat (limited to 'aeskey.c')
-rw-r--r--aeskey.c12
1 files changed, 8 insertions, 4 deletions
diff --git a/aeskey.c b/aeskey.c
index ec24e6cae..d34badc6b 100644
--- a/aeskey.c
+++ b/aeskey.c
@@ -31,11 +31,15 @@
Issue Date: 26/08/2003
*/
+
/*! \file
-\brief This file contains the code for implementing the key schedule for AES
- (Rijndael) for block and key sizes of 16, 24, and 32 bytes. See aesopt.h
- for further details including optimisation.
-*/
+ *
+ * \brief This file contains the code for implementing the key schedule for AES
+ * (Rijndael) for block and key sizes of 16, 24, and 32 bytes. See aesopt.h
+ * for further details including optimisation.
+ *
+ * \author Dr Brian Gladman <brg@gladman.me.uk>
+ */
#include "aesopt.h"