Add CONFIG_MD2_STD_PERM for use standard permutation in MD2.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 6 Feb 2007 11:37:26 +0000 (11:37 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 6 Feb 2007 11:37:26 +0000 (11:37 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@761 38d2e660-2303-0410-9eaa-f027e97ec537

appconfig.h

index 50ca3da8c028f379a4b2e6f98ef94ed4345405bb..52546e047c6ff724c3ecc40a55a32f3a83d14e35 100755 (executable)
@@ -46,6 +46,9 @@
 
 /*#*
  *#* $Log$
+ *#* Revision 1.14  2007/02/06 11:37:26  asterix
+ *#* Add CONFIG_MD2_STD_PERM for use standard permutation in MD2.
+ *#*
  *#* Revision 1.13  2007/01/31 13:49:40  asterix
  *#* Add config size block for MD2
  *#*
@@ -92,8 +95,8 @@
  *#* Move cfg/config.h to appconfig.h.
  *#*/
 
-#ifndef APPCONFIG_COMMON_H
-#define APPCONFIG_COMMON_H
+#ifndef APPCONFIG_H
+#define APPCONFIG_H
 
 /** Baud-rate for the kdebug console */
 #define CONFIG_KDEBUG_BAUDRATE  19200
 /// Size of block for MD2 algorithm 
 #define CONFIG_MD2_BLOCK_LEN 16
 
-#endif /* APPCONFIG_COMMON_H */
+/// Use standard permutation in MD2 algorithm
+#define CONFIG_MD2_STD_PERM 1
+
+#endif /* APPCONFIG_H */