paragonie/ciphersweet

Managing Coincidences

mcordingley opened this issue · 2 comments

Suppose we are executing a query using a blind index and a query against the index returns multiple possible hits. How do we differentiate true positives from false positives? Decrypt and compare raw values?

How do we differentiate true positives from false positives? Decrypt and compare raw values?

Yes. The blind index is meant to turn "decrypt and manually compare billions of rows" into "decrypt and manually compare dozens of rows".

OK. Wanted to make sure this was intended. Thanks.