From: Raphaƫl Couturier Date: Mon, 24 Feb 2020 21:33:33 +0000 (+0100) Subject: aze X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/Cipher_code.git/commitdiff_plain/d7ccdf4277c5abed2330432a7f455f2cac913f37 aze --- diff --git a/IDA_new/ida_gf65_paper3.cpp b/IDA_new/ida_gf65_paper3.cpp index 2df3c0d..c3d6578 100644 --- a/IDA_new/ida_gf65_paper3.cpp +++ b/IDA_new/ida_gf65_paper3.cpp @@ -633,8 +633,10 @@ int main(int argc, char **argv) // sleep(2); start = std::chrono::system_clock::now(); for(int i=0;i<1000;i++) { - cli(); - matS2=matrix_multiply(&gf, matInvGs, matCs, t, t, t, len, w); + float tt=i; + tt=t; + int tt2=tt; + matS2=matrix_multiply(&gf, matInvGs, matCs, tt2, tt2, tt2, len, w); sei(); } end = std::chrono::system_clock::now();