Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wjblanke committed Sep 19, 2024
1 parent e7b5737 commit 74c8c09
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 @@ -78,7 +78,7 @@ form GenerateWesolowski(form &y, form &x_init,
return x;
}

std::vector<uint8_t> ProveSlow(integer& D, form& x, uint64_t num_iterations, std::string& shutdown_file_path) {
std::vector<uint8_t> ProveSlow(integer& D, form& x, uint64_t num_iterations, std::string shutdown_file_path) {
integer L = root(-D, 4);
PulmarkReducer reducer;
form y = form::from_abd(x.a, x.b, D);
Expand Down

0 comments on commit 74c8c09

Please sign in to comment.