Add REVERSE macro and its test unit.
[bertos.git] / bertos / algo / tea.h
index 9731801233389a7b302c0fae3ed85dea6c4b0005..712a4ea9ca2fcd331bbb99b690ad0474f27f3f02 100644 (file)
  *
  * -->
  *
- * \brief TEA Tiny Encription Algorith functions (interface).
+ * \brief TEA Tiny Encription Algorith functions.
+ *
+ * Documentation for TEA is available at
+ * http://www.cl.cam.ac.uk/ftp/users/djw3/tea.ps.
  *
  * \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