aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm/milenage/aes-internal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gsm/milenage/aes-internal.c')
-rw-r--r--src/gsm/milenage/aes-internal.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/gsm/milenage/aes-internal.c b/src/gsm/milenage/aes-internal.c
index 41612202..60c520c2 100644
--- a/src/gsm/milenage/aes-internal.c
+++ b/src/gsm/milenage/aes-internal.c
@@ -1,5 +1,5 @@
-/*
- * AES (Rijndael) cipher
+/*! \file aes-internal.c
+ * AES (Rijndael) cipher.
*
* Modifications to public domain implementation:
* - support only 128-bit keys
@@ -8,7 +8,8 @@
* - added option (AES_SMALL_TABLES) for reducing code size by about 8 kB at
* cost of reduced throughput (quite small difference on Pentium 4,
* 10-25% when using -O1 or -O2 optimization)
- *
+ */
+/*
* Copyright (c) 2003-2005, Jouni Malinen <j@w1.fi>
*
* This program is free software; you can redistribute it and/or modify