From: Raphaƫl Couturier <raphael.couturier@univ-fcomte.fr>
Date: Mon, 24 Feb 2020 21:14:54 +0000 (+0100)
Subject: new
X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/Cipher_code.git/commitdiff_plain/5fb41c9acb1c367fbcc1a43f410d8e85eacbcfef?ds=inline;hp=ab7c86a2ba461b455a9045cb18a0d002a5db69cd

new
---

diff --git a/IDA_new/ida_gf65_paper3.cpp b/IDA_new/ida_gf65_paper3.cpp
index cc00404..d1a5de4 100644
--- a/IDA_new/ida_gf65_paper3.cpp
+++ b/IDA_new/ida_gf65_paper3.cpp
@@ -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();