Skip to content

XPIR as a library

Latest
Compare
Choose a tag to compare
@carlosaguilarmelchor carlosaguilarmelchor released this 16 Apr 17:19
· 29 commits to master since this release

This version introduces three major changes:

  • Compilation with cmake instead of the classic autotools
  • Dependencies are no longer included (the user can install them by himself or use a script to download and install them)
  • An API allowing to use XPIR as a library has been released (see below)

The original client/server applications are still available with the associated optimization tools. These can still be used for example to do some tests on PIR without developping an application or to use the optimization process in order to get interesting cryptographic and PIR parameters for a given setting.

If you have compilation/execution issues, please let us know. The old version is still available in the branch old-master and of course through previous releases.