This repo has the implementation of a research and the working examples of Garbled Circuit using GCParser.
This contains the code for Fast Range Query Research Paper. Modularized code is available for each algorithm
Included in the Final Project Folder
- OS: Windows 10
- Python 3.6
- Git for windows
- binarytree
To install it, execute the following command "pip install binarytree"
- Open cmd and type the following
- git clone https://github.com/mohammedjasam/Secure-Data-Analysis
- cd Secure-Data-Analysis
- Create a data.txt and query.txt (Instructions are below) and place them in "Secure-Data-Analysis/Final Project/TreeGeneration" folder
- From the "Final Project" Folder where the run.py is present, execute the following command
python run.py
These are important for program execution, both files need integer input separated by commas. Example files are present in the root directory of the repository!