Coder Social home page Coder Social logo

oram's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

oram's Issues

Add support for Cascading PMAP

Create a position map that takes as input the location of a block to be accessed as input. This position map will contain a very small state that is updated dynamically by a client application that keeps track of the actual location of the blocks.

could I build a c++ program on this oram implementation?

Sorry for uploading this stupid issue. I'm a stater of oram. Right now, I have a c++ program, can I use the API of this path oram to handle oblivious access? Or do I need to modify it?
Another question is do you know any existing oram implementations or libraries that could be directly used for the user's own program?
Looks like lots of oram implementations just build a "simulator", not a practicing system

Modify logStashes output

Change the goal of logStashes function to a new function that takes as input the ORAMState and returns a struct with the current number of stash blocks.

Update Library architecture

The current interface and data structures of the ORAM implementations requires the compilation of a single binary for each implementation. Furthermore, it's not possible to compose ORAMs as block boxes. For instance, the Forest ORAM implements some of the same functionality as PATH ORAM when it could use it as a block box. To fix this, each ORAM implementation will have to return a public struct that contains the interface to read and write blocks.

Detailed Forest ORAM statistics

With the issue #10 some detailed information, which was possible incorrect, on the number of stashes and blocks per partition on Forest ORAM were removed.

Add to the Forest ORAM the following statistics:

  • Number of stashed nodes per partition.
  • Number of maximum stashed nodes per partition at the end of execution.
  • Number of blocks stored per partition.
  • Maximum number of blocks stored per partition.

These statistics should be activated with different flags from the current --enable-stash-count

Update ofile.h interface.

Replace the filename string in every AMOFile function with a generic struct that is only known and used by a client application.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.