ARM ABI requires stack to be aligned on a 64-bit boundary
[bertos.git] / bertos / algo / rotating_hash.h
index c154af1d33a8b3f28d57acb7ca28d7b1d934e610..abdde51a2371381a9eddd02b3d8bc16486e7d6a2 100644 (file)
@@ -30,7 +30,7 @@
  * All Rights Reserved.
  * -->
  *
- * \brief Rotating Hash algorithm (interface).
+ * \brief Rotating Hash algorithm.
  *
  * This is a simple yet powerfull checksum algorithm.
  * Instead of just xor-ing the data, rotating hash
@@ -40,6 +40,8 @@
  * \version $Id$
  *
  * \author Francesco Sacchi <batt@develer.com>
+ *
+ * $WIZ$ module_name = "rotating_hash"
  */