Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

A potential bug in scalar_multiplication.cpp #80

Open
BoyuanFeng opened this issue Mar 24, 2022 · 0 comments
Open

A potential bug in scalar_multiplication.cpp #80

BoyuanFeng opened this issue Mar 24, 2022 · 0 comments

Comments

@BoyuanFeng
Copy link

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!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant