From: asterix Date: Thu, 8 Feb 2007 14:20:35 +0000 (+0000) Subject: Add CONFIG_SIZE_ENTROPY_POOL. X-Git-Tag: 1.0.0~474 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=f2b9cabb89850215d6aabebae7dafb17e4af15c7;p=bertos.git Add CONFIG_SIZE_ENTROPY_POOL. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@767 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/appconfig.h b/appconfig.h index 52546e04..826f4838 100755 --- a/appconfig.h +++ b/appconfig.h @@ -46,6 +46,9 @@ /*#* *#* $Log$ + *#* 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 +237,13 @@ /// 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 160 #endif /* APPCONFIG_H */