Skip to content

Commit

Permalink
Linux fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pons committed Apr 20, 2020
1 parent da94332 commit 5bf3bb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BSGS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ void BSGS::SolveKey(TH_PARAM *ph) {

// Substart ((s*CPU_GRP_SIZE+i)*bsSize).G to the point to solve and look for a match into the hashtable

Int s(0ULL);
Int s((uint64_t)0);
while( s.IsLower(&ph->nbStep) && !endOfSearch ) {

// Fill group
Expand Down
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include <string.h>
#include <stdexcept>

#define RELEASE "1.0"
#define RELEASE "1.1"

using namespace std;

Expand Down

0 comments on commit 5bf3bb3

Please sign in to comment.