osu-crypto / libPSI

A repository for private set intersection.
Other
172 stars 48 forks source link

Is there any way to make both parties to get the intersection result in ecdh ? #48

Closed didadida321 closed 1 year ago

didadida321 commented 1 year ago

In kkrt, both parties cannot get the result because of the ot protocol。 Is there any way to make both parties to get the intersection result in ecdh ?

ladnir commented 1 year ago

In both cases you can just send the result. The library does not implemented this for you but should be easy to add.