I thought this was going to be a way to translate arbitrary text into a universal "voice", so you could post online without your writing style giving you away.
Interesting! Any relation to Private Set Intersection?<p><a href="https://crypto.stackexchange.com/tags/private-set-intersection/info" rel="nofollow">https://crypto.stackexchange.com/tags/private-set-intersecti...</a><p>For example: an airline trying to determine if a passenger is on the no-fly list, without having the no-fly list, and without the authorities knowing which passenger the airline is inquiring about.
Two-party computation is really amazing. If anybody here is interested in a more "do-it-yourself" approach to garbled circuits, I described an open-source, Python-in/Garbled-Verilog-out toolchain on my GitHub.<p>The example shows that you can play a game or Rock-Paper-Scissors-Lizard-Spock over the 'net and know if you have won without telling the opponent your move. (And without a trusted 3rd party, of course)<p><a href="https://github.com/lou1306/gssi/tree/master/2pc" rel="nofollow">https://github.com/lou1306/gssi/tree/master/2pc</a>