taiga icon indicating copy to clipboard operation
taiga copied to clipboard

Optimize transaction scanning with private set intersection/private information retrieval

Open ghost opened this issue 2 years ago • 3 comments

Chris's provided links: Lower-Cost epsilon-Private Information Retrieval https://cs.uwaterloo.ca/~iang/research.html#pir http://percy.sourceforge.net/ http://homepages.cs.ncl.ac.uk/changyu.dong/papers/pir.pdf

ghost avatar Apr 13 '22 09:04 ghost

https://github.com/penumbra-zone/penumbra/issues/4

joebebel avatar Apr 15 '22 09:04 joebebel

I did some research on the detection of pertinent messages model proposed in this paper:

  • Zeyu Liu, Eran Tromer. Oblivious Message Retrieval, 2022. https://eprint.iacr.org/2021/1256.pdf
  • Source code: https://github.com/ZeyuThomasLiu/ObliviousMessageRetrieval/
  • My modifications to source code: https://github.com/heliaxdev/ObliviousMessageRetrieval/tree/bazzilic

Arranged some of my findings here: https://hackmd.io/m6lWcpGMRfSqOiVwxyickA?view

bazzilic avatar Oct 24 '22 14:10 bazzilic

Intermediate discussions on this are held here: https://forum.namada.net/t/oblivious-message-detection-retrieval-for-taiga-notes-discussion/88

bazzilic avatar Feb 10 '23 08:02 bazzilic