This framework contains the basic implementation of three ODSE schemes described in the full paper available on ePrint (https://eprint.iacr.org/2017/1158). Each ODSE scheme is implemented individually and separately. This project is built on CodeLite IDE (link: http://codelite.org). It is recommended to install CodeLite to load the full ODSE workspaces.
- ZeroMQ (download link: http://zeromq.org/intro:get-the-software)
- Libtomcrypt (download link: https://github.com/libtom/libtomcrypt)
- Google sparsehash (download link: https://github.com/sparsehash/sparsehash)
- Intel AES-NI (optional) (download link: https://software.intel.com/en-us/articles/download-the-intel-aesni-sample-library)
- NTL library v9.10.0 (download link: http://www.shoup.net/ntl/download.html)
Detailed step-by-step instructions regarding building and installation of ODSE schemes is described in their own folder. Please refer to README.md
located in each project folder for more details.
For any inquiries, bugs, and assistance on building and running the code, please feel free to contact Thang Hoang (hoangmin@oregonstate.edu).