- 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 [email protected]:cryptobiu/LZKP.gitcd LZKPcmake .make
-
Notifications
You must be signed in to change notification settings - Fork 1
cryptobiu/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