What is AP3?
AP3 is a protocol for two agents to compute over each other's private data without revealing the data itself.
This playground demonstrates the canonical example — Private Set Intersection (PSI), where one side learns
whether a record matches, but never which record matched.
Scenario: Bank A has a new customer. Bank B maintains a sanctions list.
Bank A wants to know if its customer is on Bank B's list — without sending the customer's identity to Bank B,
and without Bank B handing over its full list. PSI is the cryptographic tool that makes this exchange possible.