[Resource Topic] 2022/982: Random-Index Oblivious RAM

Welcome to the resource topic for 2022/982

Title:
Random-Index Oblivious RAM

Authors: Shai Halevi and Eyal Kushilevitz

Abstract:

We study the notion of Random-index ORAM (RORAM), which is a weak form of ORAM where the Client is limited to asking for (and possibly modifying) random elements of the N-items memory, rather than specific ones. That is, whenever the client issues a request, it gets in return a pair (r,x_r) where r\in_R[N] is a random index and x_r is the content of the r-th memory item. Then, the client can also modify the content to some new value x'_r. We first argue that the limited functionality of RORAM still suffices for certain applications. These include various applications of sampling (or sub-sampling), and in particular the very-large-scale MPC application in the setting of~ Benhamouda et al. (TCC 2020). Clearly, RORAM can be implemented using any ORAM scheme (by the Client selecting the random r's by himself), but the hope is that the limited functionality of RORAM can make it faster and easier to implement than ORAM. Indeed, our main contributions are several RORAM schemes (both of the hierarchical-type and the tree-type) of lighter complexity than that of ORAM.

ePrint: https://eprint.iacr.org/2022/982

See all topics related to this paper.

Feel free to post resources that are related to this paper below.

Example resources include: implementations, explanation materials, talks, slides, links to previous discussions on other websites.

For more information, see the rules for Resource Topics .