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);