From 8c5c0376295d243a975669fcdf042f5ffd545b43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20=C5=A0imko?= Date: Mon, 13 May 2024 14:59:15 +0000 Subject: [PATCH] revision2 --- PQ_TIIGER_TLS/src/client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PQ_TIIGER_TLS/src/client.cpp b/PQ_TIIGER_TLS/src/client.cpp index bcb94b7..66b1300 100644 --- a/PQ_TIIGER_TLS/src/client.cpp +++ b/PQ_TIIGER_TLS/src/client.cpp @@ -422,7 +422,7 @@ int main(int argc, char const *argv[]) elapsed = (clock() - start) / (double)CLOCKS_PER_SEC; } while (elapsed < MIN_TIME || iterations < MIN_ITERS); elapsed = 1000.0 * elapsed / iterations; - printf(" Key Generation %8.2lf s\n", elapsed); + printf(" Key Generation %8.2lf ms\n", elapsed); // JS doplneny vypis pre velkosti klucov printf(" Public key size: %d bytes\n", PK.len);