scipr-lab / libff

C++ library for Finite Fields and Elliptic Curves
Other
149 stars 82 forks source link

Fix bugs in field utils to work for libsnark #103

Closed alexander-zw closed 2 years ago

alexander-zw commented 3 years ago

Description

Should be merged before the corresponding PR in libsnark: https://github.com/scipr-lab/libsnark/pull/186. Fixes bugs that were not caught due to field utils not being tested.

I have not resolved this by writing tests for these utils yet.


Before we can merge this PR, please make sure that all the following items have been checked off. If any of the checklist items are not applicable, please leave them but write a little note why.

alexander-zw commented 3 years ago

PR is now ready to merge