revision2
This commit is contained in:
parent
983f55a788
commit
8c5c037629
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user