Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate merkle Multi-proofs into hash-based PC schemes #61

Open
mmagician opened this issue Mar 12, 2024 · 0 comments
Open

Integrate merkle Multi-proofs into hash-based PC schemes #61

mmagician opened this issue Mar 12, 2024 · 0 comments
Assignees

Comments

@mmagician
Copy link

Summary

Integrate Batched Proof for multiple merkle openings: arkworks-rs/crypto-primitives#130.

This should get integrated both into Brakedown and Ligero. The performance will be especially noticeable in Brakedown, which requires to prove ~10x as many merkle paths to achieve the same security.

As a pre-requisite to taking on this task, we should check if the multi-proof can be improved (especially in the parallel scenario). Brakedown should really optimize for prover speed, so switching to a slower version of multi-proof is counterproductive here.

Upon completion, we need to benchmark the schemes end-to-end and check for concrete savings on the 1) prover 2) verifier 3) proof size.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants