]> AND Private Git Repository - Cipher_code.git/blobdiff - OneRoundIoT/openssl/openssl_evp_cmac.c
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Merge branch 'master' of ssh://info.iut-bm.univ-fcomte.fr/Cipher_code
[Cipher_code.git] / OneRoundIoT / openssl / openssl_evp_cmac.c
index 5f0fa0d7b71536c2a910e6ce4a52e15d1f38550d..d8c0377686d6b74c87f7699f26c29250b1948ff1 100755 (executable)
@@ -315,8 +315,9 @@ int main (int argc, char** argv)
  time_encrypt+=TimeStop(t);
 
 // printf("Time encrypt %f\n",time);
  time_encrypt+=TimeStop(t);
 
 // printf("Time encrypt %f\n",time);
- printf("%f\t",(double)imsize*nb_test/time_encrypt);
+ printf("%e\t",(double)imsize*nb_test/time_encrypt);
 
 
+ /*
  if(lena) {
    for(int i=0;i<oneD;i++) {
      data_R[i]=ciphertext[i];
  if(lena) {
    for(int i=0;i<oneD;i++) {
      data_R[i]=ciphertext[i];
@@ -325,7 +326,7 @@ int main (int argc, char** argv)
    }
    store_RGB_pixmap("lena2.ppm", data_R, data_G, data_B, width, height);
  }
    }
    store_RGB_pixmap("lena2.ppm", data_R, data_G, data_B, width, height);
  }
+ */
 /*  
   t=0;
   t=TimeStart();
 /*  
   t=0;
   t=TimeStart();