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