X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=appconfig.h;h=9fb8afb276f8c8943b3e0c6bb5e928b2f6a68e2b;hb=3c3d29882289a535eeb7222d7079e8f1c6b9b098;hp=52546e047c6ff724c3ecc40a55a32f3a83d14e35;hpb=7595026697dac6d4d55ab446b423d2f6dc7b0f5e;p=bertos.git diff --git a/appconfig.h b/appconfig.h old mode 100755 new mode 100644 index 52546e04..9fb8afb2 --- a/appconfig.h +++ b/appconfig.h @@ -1,8 +1,33 @@ /** * \file * * * \brief DevLib configuration options @@ -46,6 +71,12 @@ /*#* *#* $Log$ + *#* Revision 1.16 2007/02/12 15:29:41 asterix + *#* Add CONFIG_RANDPOOL_TIMER macro to swich on or off timer support in randpool. + *#* + *#* Revision 1.15 2007/02/08 14:20:35 asterix + *#* Add CONFIG_SIZE_ENTROPY_POOL. + *#* *#* Revision 1.14 2007/02/06 11:37:26 asterix *#* Add CONFIG_MD2_STD_PERM for use standard permutation in MD2. *#* @@ -234,10 +265,16 @@ /// Enable smooth scrolling in menus #define CONFIG_MENU_SMOOTH 1 -/// Size of block for MD2 algorithm +/// Size of block for MD2 algorithm. #define CONFIG_MD2_BLOCK_LEN 16 -/// Use standard permutation in MD2 algorithm -#define CONFIG_MD2_STD_PERM 1 +/// Use standard permutation in MD2 algorithm. +#define CONFIG_MD2_STD_PERM 0 + +/// Define a size, in byte, of entropy pool. +#define CONFIG_SIZE_ENTROPY_POOL 64 + +/// Turn on or off timer support in Randpool. +#define CONFIG_RANDPOOL_TIMER 1 #endif /* APPCONFIG_H */