Skip to content

Small test database query using Homomorphic Encryption

Notifications You must be signed in to change notification settings

ishmeals/dblookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Follow instructions here.

One thing that caught me off guard is that it will be installed in /usr/local/helib_pack/. To get it to install in /usr/local/, set PACKAGE_DIR=/usr/local/

Don't forget to: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib

Then compile: g++ BGV_country_db_lookup.cpp -l helib -l ntl

Database Lookup Example

The code is adapted from here.

About

Small test database query using Homomorphic Encryption

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages