You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To complete the PSI integration, we need to support cardinality requests.
For a batch request, we need to return the number of elements that are in the database.
For that, we can simply assign 1 as database values to every queried index, and return the encrypted sum.
The text was updated successfully, but these errors were encountered:
Description
To complete the PSI integration, we need to support cardinality requests.
For a batch request, we need to return the number of elements that are in the database.
For that, we can simply assign 1 as database values to every queried index, and return the encrypted sum.
The text was updated successfully, but these errors were encountered: