Inversed-Tech / eyelid

Private iris matching
Apache License 2.0
0 stars 0 forks source link

Make Karatsuba multiplication handle polynomials with 2 or 4 coefficients, by doing 0 or 1 splits #56

Closed teor2345 closed 4 months ago

teor2345 commented 5 months ago

This is a coding edge case we need to handle, to be able to find numeric edge cases using proptests (#55).

teor2345 commented 4 months ago

We’re testing on medium polynomials instead.