Fix that chunk bug
This commit is contained in:
@@ -88,9 +88,9 @@ void runTest(unsigned int maxConsume) {
|
||||
}
|
||||
|
||||
int main() {
|
||||
//for (int i = 1; i < 1000; i++) {
|
||||
runTest(1);
|
||||
//}
|
||||
for (int i = 1; i < 1000; i++) {
|
||||
runTest(i);
|
||||
}
|
||||
|
||||
std::cout << "ALL BRUTEFORCE DONE" << std::endl;
|
||||
}
|
||||
Reference in New Issue
Block a user