lbs_project.js simulates privacy-preserving distance calculations using homomorphic encryption.
Through X iterations, random geodetic coordinates are generated for two clients. These are then encrypted and the Euclidean distance between them are computed while encrypted. The computed distance and the execution time are then stored in a CSV file in the root folder - along with various baselines.
Clone repo and run "npm install"