Print this page
3882 remove xmod & friends

*** 34,44 **** #include <sys/types.h> void _des_decrypt1(char *block, char *L, char *IP, char *R, char *preS, char *E, char KS[][48], char S[][64], char *f, char *tempL, char *P, char *FP) { - /* EXPORT DELETE START */ int i, ii; int t, j, k; char t2; /* --- 34,43 ----
*** 113,119 **** * The final output * gets the inverse permutation of the very original. */ for (j = 0; j < 64; j++) block[j] = L[FP[j]-1]; - /* EXPORT DELETE END */ } --- 112,117 ----