Skip to content

Releases: Optable/match

v1.3.0

12 Sep 19:49
f600d47
Compare
Choose a tag to compare

What's Changed

  • Add Publisher Advertiser Identity Reconciliation (PAIR) library by @juanli16 in #74
  • PAIR: Add Shuffle by @juanli16 in #75

Full Changelog: v1.2.4...v1.3.0

v1.2.4

24 Apr 14:21
5b845f0
Compare
Choose a tag to compare

What's Changed

  • sec: Bump go version and x/sys by @zapo in #73

New Contributors

  • @zapo made their first contribution in #73

Full Changelog: 1.2.3...v1.2.4

v1.2.3

12 Oct 19:28
f83aa2b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...1.2.3

v1.2.1

11 Oct 20:05
aafd40a
Compare
Choose a tag to compare

What's Changed

  • fix: elliptic curve subtraction on proper elliptic curve points by @juanli16 in #70

Full Changelog: v1.1.1...v1.2.1

v1.1.1

25 Jan 18:02
b48dae0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.1.1

v1.0.1

15 Dec 15:26
ff23743
Compare
Choose a tag to compare

Seed math/rand with pseudorandom bytes read with crypto/rand for sampling random indexes in cuckoo.Insert.

v1.0.0

07 Dec 14:55
b236d33
Compare
Choose a tag to compare

Match library now includes 4 PSI protocols, namely 2 semi-honest secure protocols:

  • Diffie-Hellman PSI (dhpsi)
  • Batched oblivious PSI (kkrtpsi)

and 2 non-secure but fast PSI:

  • Naive PSI (npsi, hash and intersect)
  • Bloomfilter based PSI (bpsi)