Thanks to visit codestin.com
Credit goes to github.com

Skip to content

xinyuwang/fastore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastORE

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]

Prerequisites

Make sure you have the following installed:

Installation

git clone --recursive https://github.com/kevinlewi/fastore.git
cd fastore
make

Running a Test

./tests/test_ore

About

An Implementation of Order-Revealing Encryption

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.2%
  • Makefile 2.8%