From: couturie <you@example.com>
Date: Sun, 18 Feb 2018 13:39:28 +0000 (+0100)
Subject: modification for the speed display
X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/Cipher_code.git/commitdiff_plain/ac38464adbf31817319ac0bd622b03feb179cca6?hp=7b02553c06f361be8c2f181d0a6cb4cd6b4fdb39

modification for the speed display
---

diff --git a/OneRoundIoT/OneRound/one_round_hash_new.cpp b/OneRoundIoT/OneRound/one_round_hash_new.cpp
index a76f70a..59ec22d 100644
--- a/OneRoundIoT/OneRound/one_round_hash_new.cpp
+++ b/OneRoundIoT/OneRound/one_round_hash_new.cpp
@@ -410,7 +410,7 @@ int main(int argc, char** argv) {
   
   time+=TimeStop(t);
   cout<<"Hash Time  "<<time<<endl;
-
+  cout<<(double)imsize*nb_test/time<<"\t";
 
   for(int i=0;i<h;i++){
     cout<<(int)RM1[i]<<" ";