From 50cc69e2c323701acf1102861274d3ab3a54b002 Mon Sep 17 00:00:00 2001 From: couturier Date: Wed, 8 Dec 2021 19:07:44 +0100 Subject: [PATCH] new --- OneRoundIoT/openssl/run.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/OneRoundIoT/openssl/run.sh b/OneRoundIoT/openssl/run.sh index cee1d17..13ceb91 100644 --- a/OneRoundIoT/openssl/run.sh +++ b/OneRoundIoT/openssl/run.sh @@ -1,10 +1,10 @@ printf "size 16\n" -./openssl_evp nb100 sizebuf4 +./openssl_evp nb1000 sizebuf4 printf "\n size 64\n" -./openssl_evp nb100 sizebuf8 +./openssl_evp nb1000 sizebuf8 printf "\n size 256\n" -./openssl_evp nb100 sizebuf16 +./openssl_evp nb1000 sizebuf16 printf "\n size 1024\n" -./openssl_evp nb100 sizebuf32 +./openssl_evp nb1000 sizebuf32 printf "\n size 4096\n" -./openssl_evp nb100 sizebuf64 +./openssl_evp nb1000 sizebuf64 -- 2.39.5