Do not assert on received data.
[bertos.git] / bertos / algo / rotating_hash.h
index c0d3d9b548cbb576e2a5394b06ff8b32848792db..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
  *
  * \author Francesco Sacchi <batt@develer.com>
  *
- * $WIZARD_MODULE = {
- * "name" : "rotating_hash",
- * "depends" : [],
- * "configuration" : ""
- * }
+ * $WIZ$ module_name = "rotating_hash"
  */