dd23 / ENCRYPTO_utils

Crypto and networking utils used for ABY and OTExtension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ENCRYPTO_utils Build Status

Crypto and networking utils used for ABY and OTExtension

Build

This library can be built in the following way. If MIRACL cannot be found on the system, it is used via the git submodule extern/MIRACL and automatically compiled.

$ mkdir build && cd build
$ cmake .. -DCMAKE_INSTALL_PREFIX=/path/to/installation
$ make -j $(nproc)

If desired, the build can be installed to the chosen DCMAKE_INSTALL_PREFIX. In case MIRACL was built in the previous step, it will also be installed.

$ make install  # if desired

About

Crypto and networking utils used for ABY and OTExtension

License:GNU Affero General Public License v3.0


Languages

Language:C++ 92.6%Language:C 5.0%Language:CMake 1.6%Language:Objective-C 0.8%