Update comments
parent
e5ab7919f9
commit
5655a3c7c0
5
test.cpp
5
test.cpp
|
|
@ -176,9 +176,8 @@ int scoped_main(int argc, char *argv[])
|
||||||
// A hint to help locate TestData/ and TestVectors/ after install.
|
// A hint to help locate TestData/ and TestVectors/ after install.
|
||||||
SetArgvPathHint(argv[0], g_argvPathHint);
|
SetArgvPathHint(argv[0], g_argvPathHint);
|
||||||
|
|
||||||
// Set a seed for reproducible results. It can be set on the command line.
|
// Set a seed for reproducible results. If the seed is too short then
|
||||||
// If the seed is short then it is padded with spaces. If the seed is
|
// it is padded with spaces. If the seed is missing then time() is used.
|
||||||
// missing then time() is used.
|
|
||||||
// For example:
|
// For example:
|
||||||
// ./cryptest.exe v seed=abcdefg
|
// ./cryptest.exe v seed=abcdefg
|
||||||
SetGlobalSeed(argc, argv, s_globalSeed);
|
SetGlobalSeed(argc, argv, s_globalSeed);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue