This is an implementation of the order-revealing encryption (ORE) scheme described here: https://eprint.iacr.org/2015/1125.pdf
This implementation is a research prototype mainly as a proof of concept, and is not intended to be used in production-level code as it has not been carefully analyzed for potential security flaws.
Authors:
- David J. Wu, Stanford University
- Kevin Lewi, Stanford University
Contact David for questions about the code: [email protected]
Make sure you have the following installed:
git clone --recursive https://github.com/kevinlewi/fastore.git
cd fastore
make
./tests/test_ore