Skip to content

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

License

Notifications You must be signed in to change notification settings

adithyabhatkajake/shacham-and-waters-scheme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published