aztec-2.0
aztec-2.0 copied to clipboard
A potential bug in scalar_multiplication.cpp
Hi,
Thanks for the great optimizations on batch affine!
When reading the implementation for add_affine_points_with_edge_cases(...), I found the following for loop which seems to iterate forever.
for (size_t i = (num_points)-2; i < num_points; i -= 2) { ... }
Any suggestions? Thanks!