Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 662 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 662 Bytes

PIR Visualizer

An interactive visualization of the two-dimensional Linear Summation Schema algorithm for Private Information Retrieval.

See this paper for more information.

Install

First, make sure you have node.js installed.

Clone the project, go to the root folder and run

npm install

If you haven't installed Angular yet, do so by executing

npm install -g @angular/cli

In a next step, you can run

ng serve --aot -o

You should now be able to test the UI in your browser by entering the url http://localhost:4200/.