|
|
|
|
|
by jsnell
1771 days ago
|
|
The trivial non-tracking implementation would be for edge to install the entire database of products and prices to your local device. Whether that is practical or not depends on just how large the database is. But even if the database were to be too large, it'd still allow us to reduce the question to one of how to download the database incrementally to the device without leaking information, which is a solved problem. (E.g.the Safe Browsing algorithm.) |
|