Skip to content

Commit 9cbe7e6

Browse files
committed
fix: cursor format
1 parent ea38232 commit 9cbe7e6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Cursive Consumer Private Overlap
33
date: 2025-01-26 12:00:00 -0800
4-
categories: [Consumer] [Human connection]
4+
categories: [Consumer, Human Connection]
55
toc: true
66
image:
7-
path: https://i.imgur.com/wK895JJ.gif
7+
path: /assets/img/cursive.gif
88
author: vivek
99
---
1010

@@ -14,14 +14,14 @@ The initial demos used a combination of MPC and FHE implemented in https://githu
1414

1515
The next demo used another combination of MPC and FHE implemented in https://github.com/cursive-team/pz-hiring. It uses non-interactive multi-party FHEW using the [Phantom-zone](https://github.com/gausslabs/phantom-zone) VM, which enabled more complex overlap logic. Specifically it privately checks if a candidate's salary requirements are below a recruiter's salary budget, detecting compatibility without revealing other information.
1616

17-
The final demo used a simple scheme involving computing a HMAC of the data label alongside a shared secret generated with ECDH. This serves as a PRF for the data. The HMACs for a pair Alice and Bob would be stored on a server, and a server would be trusted to check which HMACs overlap without colluding with either party to break the other party's privacy. This was implemented in https://github.com/cursive-team/connections.
17+
The final demo used a simple scheme involving computing a HMAC of the data label alongside a shared secret generated with ECDH. This serves as a PRF for the data. The HMACs for a pair Alice and Bob would be stored on a server, and a server would be trusted to check which HMACs overlap without colluding with either party to break the other party's privacy. This was implemented in [https://github.com/cursive-team/connections](https://github.com/cursive-team/connections).
1818

1919
### Code
2020

21-
- Private set intersection over bitvetors: https://github.com/RiverRuby/2P-PSI
22-
- Private hiring matcher: https://github.com/cursive-team/pz-hiring
23-
- HMAC / PRF: https://github.com/cursive-team/connections
21+
- [Private set intersection over bitvectors](https://github.com/RiverRuby/2P-PSI)
22+
- [Private hiring matcher](https://github.com/cursive-team/pz-hiring)
23+
- [HMAC / PRF implementation](https://github.com/cursive-team/connections)
2424

2525
### Presentation
2626

27-
- Digital pheromones (a larger concept beyond just private overlap): https://app.devcon.org/schedule/LMCG3V
27+
- [Digital pheromones](https://app.devcon.org/schedule/LMCG3V) (a larger concept beyond just private overlap)

assets/img/cursive.gif

38 MB
Loading

0 commit comments

Comments
 (0)