Whitespace check-in
parent
bc29f1b5b8
commit
a0832a63be
|
|
@ -920,7 +920,7 @@ bool TestRDRAND()
|
||||||
std::cout << " GenerateWord32 and Crop\n";
|
std::cout << " GenerateWord32 and Crop\n";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
std::cout << "\nRDRAND generator not available, skipping test.\n";
|
std::cout << "RDRAND generator not available, skipping test.\n";
|
||||||
|
|
||||||
return entropy && compress && discard && crop;
|
return entropy && compress && discard && crop;
|
||||||
}
|
}
|
||||||
|
|
@ -1021,7 +1021,7 @@ bool TestRDSEED()
|
||||||
std::cout << " GenerateWord32 and Crop\n";
|
std::cout << " GenerateWord32 and Crop\n";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
std::cout << "\nRDSEED generator not available, skipping test.\n";
|
std::cout << "RDSEED generator not available, skipping test.\n";
|
||||||
|
|
||||||
return entropy && compress && discard && crop;
|
return entropy && compress && discard && crop;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue