From c87f3e4023ac121e30447127f880aff73a4bfc02 Mon Sep 17 00:00:00 2001 From: couturie Date: Fri, 8 Mar 2019 17:56:39 +0100 Subject: [PATCH] new --- Hash/rc4_hash.cpp | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/Hash/rc4_hash.cpp b/Hash/rc4_hash.cpp index 2b4afca..6dfa677 100644 --- a/Hash/rc4_hash.cpp +++ b/Hash/rc4_hash.cpp @@ -151,8 +151,9 @@ void myhash(uchar* seq_in, int len, uchar* out, int h) { /* for(int i=0;i=32) { + seq[27]++; + } + if(change==4 && imsize>=128) { + seq[67]++; + } -- 2.39.5