Use strobe macros. Clean up and reformat.
[bertos.git] / bertos / algo / rotating_hash.h
index c154af1d33a8b3f28d57acb7ca28d7b1d934e610..791e90bfa1a30287e3c34a274f8d70cf0e6db07c 100644 (file)
  * 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
  * circular shift the checksum 4 place left before xoring.
  * This is a bit more stronger than simply sum the data.
  *
- * \version $Id$
  *
  * \author Francesco Sacchi <batt@develer.com>
+ *
+ * $WIZ$ module_name = "rotating_hash"
  */