X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=algos%2Fmd2.c;h=208fd08ea53a88b7076215a590c03403ae73eb7e;hb=5a4372fdfbeda7900502dd47d0a262080d86bd35;hp=1e6fd0e57ebeed6888b5b89a2d83a970a56e0aa6;hpb=e876ad10f914f715e7d46b343de3dd87ebb4569a;p=bertos.git diff --git a/algos/md2.c b/algos/md2.c index 1e6fd0e5..208fd08e 100755 --- a/algos/md2.c +++ b/algos/md2.c @@ -13,6 +13,9 @@ /*#* *#* $Log$ + *#* Revision 1.14 2007/02/06 09:47:53 asterix + *#* Typo. + *#* *#* Revision 1.13 2007/02/05 18:44:42 asterix *#* Add md2_perm function. *#* @@ -84,12 +87,13 @@ /** * Costant define for computing an array of 256 "casual" permutation. + * \{ */ #define K1 5 #define K2 3 #define R 2 #define X 172 - + /*\}*/ uint8_t md2_perm(uint8_t i) {