lschuetze / vFHE

Home Page:https://ia.cr/2024/032

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://ia.cr/2024/032

License:MIT License


Languages

Language:C++ 97.7%Language:CMake 2.3%