From ff99986ec776f610a89ee8fa8f4360be23e15859 Mon Sep 17 00:00:00 2001 From: couturie Date: Sun, 24 Feb 2019 15:09:16 +0100 Subject: [PATCH 1/1] new --- OneRoundIoT/NEW/scprng.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/OneRoundIoT/NEW/scprng.cpp b/OneRoundIoT/NEW/scprng.cpp index e50118d..8840364 100644 --- a/OneRoundIoT/NEW/scprng.cpp +++ b/OneRoundIoT/NEW/scprng.cpp @@ -238,7 +238,7 @@ void scprng(uint64_t *plain, uint64_t* cipher, int bufsize, int nb_bloc, uint64_ int main(int argc, char **argv) { - printf("%d %d \n",sizeof(__uint64_t),sizeof(ulong)); +// printf("%d %d \n",sizeof(__uint64_t),sizeof(ulong)); uint nb_test=1; @@ -351,7 +351,7 @@ int main(int argc, char **argv) { } double time=TimeStop(t); - printf("time %e\n",nb_test*nb_bloc*h*8/time); + printf("%e ",nb_test*nb_bloc*h*8/time); if(lena) { for(int i=0;i