X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Falgo%2Fmd2.h;h=f7642b9a39b6fb1c123139bf3a40494630221dc5;hb=b46f64914c62fbb0297728280478681659469654;hp=51be84889e509d8d560389d0b841d12bb35d2169;hpb=c22fe24a0da896a52dbc3882390ec18a440ef56a;p=bertos.git diff --git a/bertos/algo/md2.h b/bertos/algo/md2.h index 51be8488..f7642b9a 100644 --- a/bertos/algo/md2.h +++ b/bertos/algo/md2.h @@ -39,8 +39,10 @@ * message having a given prespecified target message digest. * * - * \version $Id$ * \author Daniele Basile + * + * $WIZ$ module_name = "md2" + * $WIZ$ module_configuration = "bertos/cfg/cfg_md2.h" */ #ifndef ALGO_MD2_H @@ -49,7 +51,7 @@ #include "cfg/cfg_md2.h" #include -#define NUM_COMPUTE_ROUNDS 18 ///< Number of compute rounds. +#define NUM_COMPUTE_ROUNDS 18 ///< Number of compute rounds. #define COMPUTE_ARRAY_LEN CONFIG_MD2_BLOCK_LEN * 3 ///< Lenght of compute array. #define MD2_DIGEST_LEN CONFIG_MD2_BLOCK_LEN /**