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