X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_md2.h;h=e937b900403d54301459bd1d0e6106dcdbe52d5e;hb=e9f0eb70636866ce7e743a3d560f270717a1151c;hp=3f8916173c4a612c18fe7cae30ec76e899097740;hpb=8f62acd65326f96675c8781f38eedc94fdbbaa45;p=bertos.git diff --git a/bertos/cfg/cfg_md2.h b/bertos/cfg/cfg_md2.h index 3f891617..e937b900 100644 --- a/bertos/cfg/cfg_md2.h +++ b/bertos/cfg/cfg_md2.h @@ -32,7 +32,6 @@ * * \brief Configuration file for MD2 module. * - * \version $Id$ * * \author Daniele Basile */ @@ -40,10 +39,14 @@ #ifndef CFG_MD2_H #define CFG_MD2_H -/// Size of block for MD2 algorithm. $WIZARD = { "type" : "int", "min" : "0" } +/** + * Size of block for MD2 algorithm. + * $WIZ$ type = "int" + * $WIZ$ min = 2 + */ #define CONFIG_MD2_BLOCK_LEN 16 -/// Use standard permutation in MD2 algorithm. $WIZARD = { "type" : "boolean" } +/// Use standard permutation in MD2 algorithm. $WIZ$ type = "boolean" #define CONFIG_MD2_STD_PERM 0 #endif /* CFG_MD2_H */