nvflare.app_opt.psi.dh_psi.dh_psi_server module¶
- class PSIServer(items: List[str], fpr: float = 1e-09)[source]¶
Bases:
object
Class to represent the psi server in a two-party client, server PSI model.
- Parameters:
items – the items provided by the server
fpr – The false positive ratio, note: if the fpr is very small such as 1e-11, PSI algorithm can fail due to a known bug (https://github.com/OpenMined/PSI/issues/143)