fix: ensure same line coeff in g2 affine dbl and add#162
fix: ensure same line coeff in g2 affine dbl and add#162lucidLuckylee merged 1 commit intoBitVM:mainfrom
Conversation
|
Remaining: |
|
requesting bitlayer team @wz14 to review changes to chunk_non_fixed_point.rs specifically. |
It seems to solve same issue as issue 157. |
|
This is extending the work of ensuring same hints in G1Affine to G2Affine. It looks good to me. |
Co-authored-by: Manish Bista <[email protected]>
Fixes issues with separate line coefficients being used in g2 affine point operation functions.
Tests included.