An open API service indexing awesome lists of open source software.

https://github.com/hf/qap

An implementation of Quadratic Arithmetic Programs initially presented by Gennaro, et. al.
https://github.com/hf/qap

Last synced: 5 months ago
JSON representation

An implementation of Quadratic Arithmetic Programs initially presented by Gennaro, et. al.

Awesome Lists containing this project

README

          

QAP
===

[![Build Status](https://travis-ci.org/hf/qap.svg)](https://travis-ci.org/hf/qap)

An implementation of Quadratic Arithmetic Programs, originally presented by
Rosario Gennaro, Craig Gentry, Bryan Parno and Mariana Raykova in the
[paper](http://eprint.iacr.org/2012/215) "Quadratic Span Programs and Succinct
NIZKs without PCPs."

This work is part of the work for my undergraduate thesis at Ss. Cyril and
Methodius University in Skopje, [Faculty of Computer Science and Engineering](http://finki.ukim.mk/en/home).

This work is ongoing.

## Related Libraries

[Polynome](https://github.com/hf/polynome), [Reunion](https://github.com/hf/reunion),
[Reunion with Polynomials](https://github.com/hf/reunion-polynomials) are
libraries created for this purpose.

## License

Copyright © 2015 Stojan Dimitrovski

All code contained herein is licensed under the MIT License. The full text can
be found in the included `LICENSE.txt` file.