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

Update dependencies #117

Closed jimouris closed 11 months ago

jimouris commented 11 months ago

Types of changes

Motivation and Context / Related issue

Update dependencies and remove some unused ones.

cc: @prasadbuddhavarapu @shubho The file protocol/src/suid_create/mod.rs in line 163 is using BASEPOINT_ORDER which curve25519_dalek after version 4 does not consider in the public API. Check here. I haven't changed that as it's part of the SUID protocol. It works fine but it throws a warning.

Checklist

facebook-github-bot commented 11 months ago

@shubho has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

facebook-github-bot commented 11 months ago

@prasadbuddhavarapu merged this pull request in facebookresearch/Private-ID@932915c37d08e42bdbc630e03d0f8e1a39ec962e.