]> AND Private Git Repository - Cipher_code.git/commitdiff
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
new
authorcouturie <you@example.com>
Fri, 8 Mar 2019 16:56:39 +0000 (17:56 +0100)
committercouturie <you@example.com>
Fri, 8 Mar 2019 16:56:39 +0000 (17:56 +0100)
Hash/rc4_hash.cpp

index 2b4afca29c59012d4c4b97d6ce47fb665b93ccc3..6dfa6775e0c478d466eaae9c11fa254159f23b36 100644 (file)
@@ -151,8 +151,9 @@ void myhash(uchar* seq_in, int len, uchar* out, int h) {
 /*    for(int i=0;i<h;i++)
       cout<<(int)X[i]<<endl;
 */
-    
-    prga(S, X, h, out2);
+
+    if(it%5==0)
+      prga(S, X, h, out2);
 
 
 
@@ -253,9 +254,14 @@ int main(int argc, char** argv) {
     seq[14]++;
   }
   if(change==2) {
-    
     seq[15]++;
   }
+  if(change==3 && imsize>=32) {
+    seq[27]++;
+  }
+  if(change==4 && imsize>=128) {
+    seq[67]++;
+  }