facebookresearch / Private-ID

A collection of algorithms that can do join between two parties while preserving the privacy of keys on which the join happens
Apache License 2.0
201 stars 46 forks source link

Clear the data on each set func #111

Closed yuyashiraki closed 1 year ago

yuyashiraki commented 1 year ago

Summary: The single-key protocol was not expecting receiving the same RPC calls twice. In this diff, we are clearing the data before each RPC call so that if it receives the same call twice, it could just clear the data and start fresh.

Differential Revision: D41113329

facebook-github-bot commented 1 year ago

This pull request was exported from Phabricator. Differential Revision: D41113329