summaryrefslogtreecommitdiff
path: root/aescrypt.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2005-12-30 21:18:06 +0000
committerRussell Bryant <russell@russellbryant.com>2005-12-30 21:18:06 +0000
commita7254683818ae0e4afbc4116b7131c1ffe953a4c (patch)
tree1b2ab16c2e716280b11341c3232c276cd8d51ba4 /aescrypt.c
parent75dc984c3137a40d7c2aa2d4246651c2fbc1917f (diff)
update doxygen docs to specify authors
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7682 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'aescrypt.c')
-rw-r--r--aescrypt.c14
1 files changed, 9 insertions, 5 deletions
diff --git a/aescrypt.c b/aescrypt.c
index 3406b6603..1ccddf3f5 100644
--- a/aescrypt.c
+++ b/aescrypt.c
@@ -31,12 +31,16 @@
Issue Date: 26/08/2003
*/
+
/*! \file
-\brief This file contains the code for implementing encryption and decryption
- for AES (Rijndael) for block and key sizes of 16, 24 and 32 bytes. It
- can optionally be replaced by code written in assembler using NASM. For
- further details see the file aesopt.h
-*/
+ *
+ * \brief This file contains the code for implementing encryption and decryption
+ * for AES (Rijndael) for block and key sizes of 16, 24 and 32 bytes. It
+ * can optionally be replaced by code written in assembler using NASM. For
+ * further details see the file aesopt.h
+ *
+ * \author Dr Brian Gladman <brg@gladman.me.uk>
+ */
#include "aesopt.h"