Skip to content

Commit

Permalink
sigh
Browse files Browse the repository at this point in the history
  • Loading branch information
wjblanke committed Oct 13, 2024
1 parent 71be19e commit b10a2c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prover_slow.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ form GenerateWesolowski(form &y, form &x_init,
for (uint64_t b0 = 0; b0 < (1ULL << k0); b0++) {
nucomp_form(z, z, ys[b1 * (1ULL << k0) + b0], D, L);
}
z = FastPowFormNucomp(z, D, integer(b1 * (1ULL << k0)), L, reducer);
z = FastPowFormNucomp(z, D, integer(b1 * (1 << k0)), L, reducer);
nucomp_form(x, x, z, D, L);
}
for (uint64_t b0 = 0; b0 < (1ULL << k0); b0++) {
Expand Down

0 comments on commit b10a2c5

Please sign in to comment.