Skip to content

cryptobiu/LZKP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LZKP

Install

  • 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/cryptoTools
    • cd cryptoTools/thirdparty/linux
    • Enable program_options package for boost:
      • vi boost.get

      • Change line:

        ./b2 stage --with-system --with-thread link=static -mt

        To:

        ./b2 stage --with-system --with-thread --with-program_options link=static -mt

    • bash all.get
    • cd ../..
    • cmake .
    • make
    • sudo make install
  • Configure boost:
    • echo export BOOST_ROOT=~/cryptoTools/thirdparty/linux/boost >> ~/.bashrc
    • source ~/.bashrc
  • Install LZKP:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •