From: rasky Date: Wed, 29 Sep 2010 21:39:40 +0000 (+0000) Subject: Add copyright blurb. X-Git-Tag: 2.6.0~32 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=a0c2e0ee114dbb7cb95766d43694f46718c75b6f;p=bertos.git Add copyright blurb. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4369 38d2e660-2303-0410-9eaa-f027e97ec537 --- 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