X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Falgo%2Fmd2.h;h=f7642b9a39b6fb1c123139bf3a40494630221dc5;hb=b46f64914c62fbb0297728280478681659469654;hp=8d0edb79fb6f82671f3823571d938f74f3219c01;hpb=791e167e053bdd9250d34a9a5ccae6ccde4d6679;p=bertos.git diff --git a/bertos/algo/md2.h b/bertos/algo/md2.h index 8d0edb79..f7642b9a 100644 --- a/bertos/algo/md2.h +++ b/bertos/algo/md2.h @@ -39,18 +39,19 @@ * 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 #define ALGO_MD2_H +#include "cfg/cfg_md2.h" #include -#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 /**