From a0c2e0ee114dbb7cb95766d43694f46718c75b6f Mon Sep 17 00:00:00 2001 From: rasky Date: Wed, 29 Sep 2010 21:39:40 +0000 Subject: [PATCH] Add copyright blurb. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4369 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/sec/cipher/aes.h | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/bertos/sec/cipher/aes.h b/bertos/sec/cipher/aes.h index b31507c9..587f3f74 100644 --- a/bertos/sec/cipher/aes.h +++ b/bertos/sec/cipher/aes.h @@ -1,3 +1,42 @@ +/** + * \file + * + * + * \brief AES Advanced Encryption Standard implementation + * + * \author Giovanni Bajo + * + * $WIZ$ module_name = "aes" + */ + #ifndef SEC_CIPHER_AES_H #define SEC_CIPHER_AES_H -- 2.25.1