https://github.com/crate-crypto/qesa
Efficient zero-knowledge arguments in the discrete log setting, revisited
https://github.com/crate-crypto/qesa
bulletproofs computational-complexity cryptography rust-lang zero-knowledge
Last synced: 8 months ago
JSON representation
Efficient zero-knowledge arguments in the discrete log setting, revisited
- Host: GitHub
- URL: https://github.com/crate-crypto/qesa
- Owner: crate-crypto
- Created: 2019-08-27T18:35:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-04T19:21:56.000Z (about 6 years ago)
- Last Synced: 2025-04-15T18:48:39.678Z (11 months ago)
- Topics: bulletproofs, computational-complexity, cryptography, rust-lang, zero-knowledge
- Language: Rust
- Homepage:
- Size: 72.3 KB
- Stars: 15
- Watchers: 2
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## QESA
- **This software is research quality**
This is a non interactive implementation of "Efficient zero-knowledge arguments in the discrete log setting, revisited".
### Paper
https://eprint.iacr.org/2019/944.pdf
### Other Implementations
The (reference) interactive version can be found here: https://github.com/emsec/QESA_ZK , using Curve25519 instead of Ristretto255
### LICENSE
MIT - You may use as you see fit.