aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm/milenage/aes_wrap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gsm/milenage/aes_wrap.h')
-rw-r--r--src/gsm/milenage/aes_wrap.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/gsm/milenage/aes_wrap.h b/src/gsm/milenage/aes_wrap.h
index afa1451e..7d4d5d90 100644
--- a/src/gsm/milenage/aes_wrap.h
+++ b/src/gsm/milenage/aes_wrap.h
@@ -1,12 +1,13 @@
-/*
- * AES-based functions
+/*! \file aes_wrap.h
+ * AES-based functions.
*
* - AES Key Wrap Algorithm (128-bit KEK) (RFC3394)
* - One-Key CBC MAC (OMAC1) hash with AES-128
* - AES-128 CTR mode encryption
* - AES-128 EAX mode encryption/decryption
* - AES-128 CBC
- *
+ */
+/*
* Copyright (c) 2003-2007, Jouni Malinen <j@w1.fi>
*
* This program is free software; you can redistribute it and/or modify