Closed ashjeong closed 3 months ago
This PR generates the inverse of two for every field as a constant, removing the repetitive use of F(2).Inverse() across multiple functions.
F(2).Inverse()
Please add scope math to feat: add kTwoInv along with TwoInv()
This PR generates the inverse of two for every field as a constant, removing the repetitive use of
F(2).Inverse()
across multiple functions.