mskd12 / shacham-and-waters-scheme

An implementation of Shacham and Waters Proofs of Retrievability Scheme with private verification using Stanford's PBC library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shacham-and-waters-scheme Build Status

An implementation of Shacham and Waters Proofs of Retrievability Scheme with private verification using Stanford's PBC library.


Dependencies:

Install

  • GNU Multi Precision Library (GMP)
  • PBC Library
  • Reed Solomon kernel Library ported to userspace

Alternatively, run install-deps.sh in root mode to collect and install all dependencies.

# sudo ./install-deps.sh

Run make all to build the libraries.

Testing

Run make tests to test the code.

About

An implementation of Shacham and Waters Proofs of Retrievability Scheme with private verification using Stanford's PBC library.

License:MIT License


Languages

Language:C 97.8%Language:Makefile 1.4%Language:Shell 0.8%