Skip to content

Commit 5b973ed

Browse files
committed
Explore adapting repeated_square_original call to its current signature.
1 parent a18e7f5 commit 5b973ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vdf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ void repeated_square(uint64_t iterations, form f, const integer& D, const intege
231231
form f_copy_2=f;
232232
weso->reduce(f_copy_2);
233233

234-
repeated_square_original(*weso->vdfo, f_copy, D, L, actual_iterations);
234+
repeated_square_original(*weso->vdfo, f_copy, D, L, actual_iterations, 1, NULL);
235235
assert(f_copy==f_copy_2);
236236
}
237237
#endif

0 commit comments

Comments
 (0)