Commit Graph

3 Commits

Author SHA1 Message Date
f022aeefd6 feat(oprf): add split-blinding unlinkable OPRF (partial unlinkability)
- Implement split-blinding protocol with C, C_r dual evaluation
- Add 7 security proof tests for unlinkability properties
- Add benchmarks: ~101µs (109x faster than OT-based)
- Note: Server can compute C - C_r fingerprint (documented limitation)
2026-01-07 12:29:15 -07:00
acc8dde789 Fixed reconciliation bug - Peikert-style reconciliation now achieves 100% accuracy (was 50% with broken XOR) 2026-01-06 15:57:16 -07:00
dfa968ec7d initial 2026-01-06 12:49:26 -07:00