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.
- Host: GitHub
- URL: https://github.com/hf/qap
- Owner: hf
- License: mit
- Created: 2015-09-27T15:28:00.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-31T17:06:00.000Z (over 10 years ago)
- Last Synced: 2024-12-31T06:29:54.300Z (over 1 year ago)
- Language: Scala
- Size: 156 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
QAP
===
[](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.