]> 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>
Sun, 21 Jul 2019 18:46:31 +0000 (20:46 +0200)
committerRaphaël Couturier <raphael.couturier@univ-fcomte.fr>
Sun, 21 Jul 2019 18:46:31 +0000 (20:46 +0200)
OneRoundIoT/EnhancedOneRound/enhanced_oneround.cpp

index f14af1749d7be14e4573999dc85e2639fcd59c42..cefdb77fac970b487d6586eb8dbb420f43c94d0e 100644 (file)
@@ -1534,7 +1534,7 @@ int main(int argc, char** argv) {
     }
   }
   else {
-    for(int i=0;i<oneD;i++) {
+    for(int i=0;i<oneD*3;i++) {
       seq[i]=buffer[i];
     }
   }