]> AND Private Git Repository - Cipher_code.git/blobdiff - OneRoundIoT/OneRound/one_round_hash_new3.cpp
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
new
[Cipher_code.git] / OneRoundIoT / OneRound / one_round_hash_new3.cpp
index db0ea0823aca3cd70252239ae11c0ef76a1647d2..5e9bf8a11243f6d54def41d84f1c1d38c4ef9855 100644 (file)
@@ -172,22 +172,6 @@ void hash_DSD_BIN(uchar* seq_in, uchar* RM1,int len, int *Pbox,int *PboxRM, ucha
     }
     
     
-    /*  for(int a=0;a<h;a+=4) {
-      RM1[a]=RM1[a]^seq_in[ind1+a];
-      RM1[a+1]=RM1[a+1]^seq_in[ind1+a+1];
-      RM1[a+2]=RM1[a+2]^seq_in[ind1+a+2];
-      RM1[a+3]=RM1[a+3]^seq_in[ind1+a+3];
-    }
-
-  for(int a=0;a<h;a+=4) {
-      RM1[a]=Sbox1[RM1[a]]^seq_in[ind2+a];
-      RM1[a+1]=Sbox1[RM1[a+1]]^seq_in[ind2+a+1];
-      RM1[a+2]=Sbox1[RM1[a+2]]^seq_in[ind2+a+2];
-      RM1[a+3]=Sbox1[RM1[a+3]]^seq_in[ind2+a+3];
-    }
-    */
-
-    
 
      for(int a=0;a<h;a+=4) {
        RM1[a]=Sbox2[RM1[a]];