Update preset.
[bertos.git] / bertos / algo / tea.h
index 9731801233389a7b302c0fae3ed85dea6c4b0005..bf2144444715f137e54e145b913320f1bdc7a82f 100644 (file)
  *
  * -->
  *
- * \brief TEA Tiny Encription Algorith functions (interface).
+ * \brief TEA Tiny Encription Algorith functions.
+ *
+ * Documentation for TEA is available at
+ * http://en.wikipedia.org/wiki/Tiny_Encryption_Algorithm
  *
- * \version $Id$
  * \author Francesco Sacchi <batt@develer.com>
  *
- * Documentation for TEA is available at
- * http://www.cl.cam.ac.uk/ftp/users/djw3/tea.ps.
+ * $WIZ$ module_name = "tea"
  */
 
 #ifndef ALGO_TEA_H