Skip to content

KULeuven-COSIC/vFHE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vFHE

Dependencies

  • libprocps (or call cmake with option -DWITH_PROCPS=OFF)
  • Boost C++ libraries (or comment out line 154-155 in depends/lattice-zksnark/depends/libsnark/CMakeLists.txt)

Instructions

Fetch all submodules:

git submodule update --init --recursive

Create Makefile:

mkdir build && cd build && cmake ..

Build:

make client

Run:

./vfhe/bin/client 2

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published