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