]> AND Private Git Repository - Cipher_code.git/commitdiff
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
new
authorRaphaël Couturier <raphael.couturier@univ-fcomte.fr>
Mon, 24 Feb 2020 21:14:54 +0000 (22:14 +0100)
committerRaphaël Couturier <raphael.couturier@univ-fcomte.fr>
Mon, 24 Feb 2020 21:14:54 +0000 (22:14 +0100)
IDA_new/ida_gf65_paper3.cpp

index cc004048e99cf5b880449cafef8654adad757842..d1a5de444de70d0cea8ea1fb00a4e0be70ff03c0 100644 (file)
@@ -630,7 +630,7 @@ int main(int argc, char **argv)
 //  sleep(2);
   start = std::chrono::system_clock::now();
   for(int i=0;i<1000;i++) {
-    int volatile  tt=y;
+    int volatile  tt=t;
     matS2=matrix_multiply(&gf, matInvGs, matCs, tt, tt, tt, len, w);
   }
   end = std::chrono::system_clock::now();