Skip to content

Commit

Permalink
hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
wjblanke committed Oct 10, 2024
1 parent ad9a052 commit 64309c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/prover_slow.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ uint64_t GetBlock(uint64_t i, uint64_t k, uint64_t T, integer& B) {
mpz_mul_2exp(res.impl, res.impl, k);
res = res / B;
auto res_vector = res.to_vector();
printf("GB %lld\n",res_vector.empty() ? 0 : res_vector[0]);
return res_vector.empty() ? 0 : res_vector[0];
}

Expand Down

0 comments on commit 64309c9

Please sign in to comment.