X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_md2.h;h=91edcef302cf5b37f8849b81bf34959abaf7e5a5;hb=b7be39427a8d818c10da11295bd28ba9b00e0628;hp=be427ec73f5dfbb46fce60fe77f5ea25770ec8b2;hpb=e0960b1b787503b712e42776f980d792836992fd;p=bertos.git diff --git a/bertos/cfg/cfg_md2.h b/bertos/cfg/cfg_md2.h index be427ec7..91edcef3 100644 --- a/bertos/cfg/cfg_md2.h +++ b/bertos/cfg/cfg_md2.h @@ -40,10 +40,14 @@ #ifndef CFG_MD2_H #define CFG_MD2_H -/// Size of block for MD2 algorithm. +/** + * Size of block for MD2 algorithm. + * $WIZ$ type = "int" + * $WIZ$ min = "0" + */ #define CONFIG_MD2_BLOCK_LEN 16 -/// Use standard permutation in MD2 algorithm. +/// Use standard permutation in MD2 algorithm. $WIZ$ type = "boolean" #define CONFIG_MD2_STD_PERM 0 #endif /* CFG_MD2_H */