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

Private GIT Repository
new
authorcouturie <you@example.com>
Fri, 7 Dec 2018 07:48:03 +0000 (08:48 +0100)
committercouturie <you@example.com>
Fri, 7 Dec 2018 07:48:03 +0000 (08:48 +0100)
OneRoundIoT/EnhancedOneRound/enhanced_oneround.cpp

index b34f7565cba0eb351b8b44fe03a18f3d5c850506..5842b5fa50d94232308c8ddb148cd733ac9ee3b9 100644 (file)
@@ -38,7 +38,7 @@ int ecbprng=0;
 
 
 
-
+typedef __uint64_t ulong;
 
 
 typedef unsigned char   uchar;
@@ -2202,6 +2202,5 @@ int main(int argc, char** argv) {
   }
   
 
-
   return 0;
 }