Web application to visualize Oblivious RAM (ORAM) algorithms. There's a live version available at http://folk.ntnu.no/olavsth/oram
.
npm install
This application uses webpack-dev-server
as a local development environment. To use it, run:
npm start
You can then view the application at http://localhost:8080
.