Inversed-Tech / eyelid

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

Parallelize the flat Karatsuba implementation #35

Closed emmorais closed 4 months ago

emmorais commented 5 months ago

Parallelize flat Karatsuba:

teor2345 commented 5 months ago

I've marked this as wontfix, because:

Instead, we could parallelise multiple separate iris comparisons or polynomial multiplications.

teor2345 commented 4 months ago

We’re more likely to parallelise the overall comparison, rather than individual operations. It’s more efficient to do that.