X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/Cipher_code.git/blobdiff_plain/18a162a51aa2e5a34b4a341c9747ae61e5f4ec4a..102c40aa3d705c90bbf45f491dc3f0108d583baf:/OneRoundIoT/OneRound/one_round_hash_new.cpp diff --git a/OneRoundIoT/OneRound/one_round_hash_new.cpp b/OneRoundIoT/OneRound/one_round_hash_new.cpp index 84e1ee6..0bd5788 100644 --- a/OneRoundIoT/OneRound/one_round_hash_new.cpp +++ b/OneRoundIoT/OneRound/one_round_hash_new.cpp @@ -202,34 +202,6 @@ void hash_DSD_BIN(uchar* seq_in, uchar* RM1,int len, int *PboxRM, uchar *Sbox1, - // Z[h-1]=Y[h-1]^Y[0]; - // Z[h-2]=Z[h-1]^Y[h-1]; - // for(int a=h-2;a>0;a-=2) { - // Z[a-1]=Z[a]^Y[a]; - // Z[a-2]=Z[a-1]^Y[a-1]; - // } - - // /* - // Z[h-1]=Y[h-1]^Y[0]; - // Z[h-2]=Z[h-1]^Y[h-1]; - // Z[h-3]=Z[h-2]^Y[h-2]; - // Z[h-4]=Z[h-3]^Y[h-3]; - // for(int a=h-4;a>0;a-=4) { - // Z[a-1]=Z[a]^Y[a]; - // Z[a]=Z[a+1]^Y[a+1]; - // Z[a+1]=Z[a+2]^Y[a+2]; - // Z[a+2]=Z[a+3]^Y[a+3]; - // } - // */ - - // for(int a=0;a