X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Falgo%2Frotating_hash.h;h=abdde51a2371381a9eddd02b3d8bc16486e7d6a2;hb=68ac3bfba91119369e42240a732f542c0c6d2736;hp=c154af1d33a8b3f28d57acb7ca28d7b1d934e610;hpb=791e167e053bdd9250d34a9a5ccae6ccde4d6679;p=bertos.git diff --git a/bertos/algo/rotating_hash.h b/bertos/algo/rotating_hash.h index c154af1d..abdde51a 100644 --- a/bertos/algo/rotating_hash.h +++ b/bertos/algo/rotating_hash.h @@ -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 + * + * $WIZ$ module_name = "rotating_hash" */