Commit Graph

8 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
9be4bcaf7d initial 2026-01-07 11:40:09 -07:00
44e60097e3 Add forward secrecy, server impersonation, MITM resistance, and quantum security tests 2026-01-06 16:10:24 -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
e893d6998f Fixed reconciliation bug - Peikert-style reconciliation now achieves 100% accuracy (was 50% with broken XOR) 2026-01-06 13:23:40 -07:00
053b983f43 feat: used Peikert-style reconciliation rather than XOR which led to 50% reconcilation 2026-01-06 13:11:20 -07:00
0099a6e1fb proofs 2026-01-06 12:55:40 -07:00
dfa968ec7d initial 2026-01-06 12:49:26 -07:00