C++ compiler with C++11 support. There are several library dependencies including Boost
, Crypto++
, Miracl
, and Mpir
. Our code has been tested on both Windows (Microsoft Visual Studio) and Linux. To install the required libraries:
- windows: open PowerShell,
cd ./thirdparty
, and.\all_win.ps1
- linux:
cd ./thirdparty
, andbash .\all_linux.get
.