Powered by OpenAIRE graph
Found an issue? Give us feedback
image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/ ZENODOarrow_drop_down
image/svg+xml art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos Open Access logo, converted into svg, designed by PLoS. This version with transparent background. http://commons.wikimedia.org/wiki/File:Open_Access_logo_PLoS_white.svg art designer at PLoS, modified by Wikipedia users Nina, Beao, JakobVoss, and AnonMoos http://www.plos.org/
ZENODO
Software
Data sources: ZENODO
addClaim

Usenix Security 26 Artifact: DuetORAM: Two-Server Distributed ORAM with Constant Rounds and O(logN) Communication

Authors: LI, Feng;

Usenix Security 26 Artifact: DuetORAM: Two-Server Distributed ORAM with Constant Rounds and O(logN) Communication

Abstract

This repository provides the C++ implementation of DuetORAM, a distributed ORAM construction designed for two non-colluding, semi-honest servers. It includes both the pure-online version (DuetORAM-Online-Version.zip) and the offline-online version (DuetORAM-main.zip). Pure-online version: In this variant, shuffle correlations are generated directly by the client and transmitted to each server, achieving optimal eviction efficiency. However, as these shuffle correlations are block-size dependent, this version incurs higher bandwidth consumption for larger block sizes. Offline-online version: This variant decomposes shuffle correlations into offline preprocessing and online phases. By doing so, the auxiliary information transmitted by the client during the online phase becomes block-size independent, significantly reducing online bandwidth. The trade-off is an increase in computational overhead during the online phase to handle the processing of shuffle correlations.

Powered by OpenAIRE graph
Found an issue? Give us feedback