
Developing privacy preserving apps
28 Followers
I am assuming a world where service like delegaTEE (https://eprint.iacr.org/2018/160.pdf) exists. It enables anyone to sell their private key anonymously just for proof.
Checkout my demo of Oblivious message retrieval (OMR) - https://github.com/Janmajayamall/ObliviousMessageRetrieval. If you find this interesting then let's work together :) 1/n
What's OMR ? It's a way for an untrusted server to send you pertaining messages/transactions from set of all messages without ever learning which ones actually do! 2/n
You know you are being "LAZY", when you start using `a.min(a-b)` everywhere for `a % b` without assuring `a E (0, 2b]`