Skip to content

Commit

Permalink
Move verbosity commented out
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenulAbidin authored Apr 16, 2021
1 parent 1a29b3d commit 4a403a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Kangaroo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ bool Kangaroo::CollisionCheck(Int* d1,uint32_t type1,Int* d2,uint32_t type2) {
if(!endOfSearch) {

// Should not happen, reset the kangaroo
/*
::printf("\n Unexpected wrong collision, reset kangaroo !\n");
if((int64_t)(Td.bits64[3])<0) {
Td.ModNegK1order();
Expand All @@ -299,6 +300,7 @@ bool Kangaroo::CollisionCheck(Int* d1,uint32_t type1,Int* d2,uint32_t type2) {
} else {
::printf("Found: Wd %s\n",Wd.GetBase16().c_str());
}
*/
return false;

}
Expand Down

0 comments on commit 4a403a1

Please sign in to comment.