Inversed-Tech / eyelid

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

Add a Poly wrapper struct, but don't change any operations yet #27

Closed teor2345 closed 3 months ago

teor2345 commented 3 months ago

This PR creates a wrapper struct Poly and forwards existing operations to it, without changing their implementations yet. (That can happen in future PRs.)

The "boring" implementations that just forward to the underlying DensePolynomial have their own module file.

Part of #13.

teor2345 commented 3 months ago

Rebased onto https://github.com/Inversed-Tech/eyelid/pull/25 + #26 + main