]> AND Private Git Repository - Cipher_code.git/blobdiff - IDA_new/ida_gf65_paper3.cpp
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
aze
[Cipher_code.git] / IDA_new / ida_gf65_paper3.cpp
index 99700122bddbca561a44d98714b1777403ffc69a..4c9760bf280e279699fdbab6091048523507fe7b 100644 (file)
@@ -505,7 +505,7 @@ int main(int argc, char **argv)
 */
 
 //  sleep(2);
-  float toto=0.001
+  float toto=0.001;
   auto start = std::chrono::system_clock::now();
   matC=matrix_multiply(&gf, matG, matS, n, t, t, len, w,&toto);
   auto end = std::chrono::system_clock::now();
@@ -632,7 +632,7 @@ int main(int argc, char **argv)
 
 //  sleep(2);
   start = std::chrono::system_clock::now();
-  float toto=0.001;
+   toto=0.001;
   for(int i=0;i<1000;i++) {
 
     matS2=matrix_multiply(&gf, matInvGs, matCs, t, t, t, len, w, &toto);