- Install GSL library:
sudo apt-get install libgsl-dev
- Install GMP library:
sudo apt-get install libgmp-dev
- Install cryptoTools library:
cd ~git clone --recursive https://github.com/ladnir/cryptoToolscd cryptoTools/thirdparty/linux- Enable program_options package for boost:
-
vi boost.get -
Change line:
./b2 stage --with-system --with-thread link=static -mtTo:
./b2 stage --with-system --with-thread --with-program_options link=static -mt
-
bash all.getcd ../..cmake .makesudo make install
- Configure boost:
echo export BOOST_ROOT=~/cryptoTools/thirdparty/linux/boost >> ~/.bashrcsource ~/.bashrc
- Install LZKP:
cd ~git clone git@github.com:cryptobiu/LZKP.gitcd LZKPcmake .make
forked from cryptobiu/LZKP
-
Notifications
You must be signed in to change notification settings - Fork 0
sefi-roee/LZKP
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C++ 94.5%
- Shell 3.6%
- Python 1.6%
- CMake 0.3%