Skip to content

Crypto and networking utils used for ABY and OTExtension

License

Notifications You must be signed in to change notification settings

mbkma/ENCRYPTO_utils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ENCRYPTO_utils Build Status

Crypto and networking utils used for ABY and OTExtension

Build

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

$ 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 Relic was built in the previous step, it will also be installed.

$ make install  # if desired

Tests

Optional tests can be built by setting -DENCRYPTO_UTILS_BUILD_TESTS=On when running cmake (see above). The test binary will be located in test/ inside the build directory.

About

Crypto and networking utils used for ABY and OTExtension

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.6%
  • C 4.3%
  • CMake 2.4%
  • Objective-C 0.7%