X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Falgo%2Frotating_hash.h;h=abdde51a2371381a9eddd02b3d8bc16486e7d6a2;hb=1d4ca8e6ec2fa970bca09445e44c50beab9ce060;hp=c0d3d9b548cbb576e2a5394b06ff8b32848792db;hpb=8f62acd65326f96675c8781f38eedc94fdbbaa45;p=bertos.git diff --git a/bertos/algo/rotating_hash.h b/bertos/algo/rotating_hash.h index c0d3d9b5..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 @@ -41,11 +41,7 @@ * * \author Francesco Sacchi * - * $WIZARD_MODULE = { - * "name" : "rotating_hash", - * "depends" : [], - * "configuration" : "" - * } + * $WIZ$ module_name = "rotating_hash" */