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

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

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.