revision2

This commit is contained in:
Jozef Šimko 2024-05-13 14:59:15 +00:00
parent 983f55a788
commit 8c5c037629

View File

@ -422,7 +422,7 @@ int main(int argc, char const *argv[])
elapsed = (clock() - start) / (double)CLOCKS_PER_SEC; elapsed = (clock() - start) / (double)CLOCKS_PER_SEC;
} while (elapsed < MIN_TIME || iterations < MIN_ITERS); } while (elapsed < MIN_TIME || iterations < MIN_ITERS);
elapsed = 1000.0 * elapsed / iterations; 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 // JS doplneny vypis pre velkosti klucov
printf(" Public key size: %d bytes\n", PK.len); printf(" Public key size: %d bytes\n", PK.len);