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

Batch proving and verification for Merkle trees #844

Open
wants to merge 28 commits into
base: main
Choose a base branch
from

Conversation

irfanbozkurt
Copy link
Contributor

Description

Addresses #455 by introducing a new BatchProof struct, allowing usage of the same Merkle tree to create batch proofs of inclusion and verification.

Optimizes the number of nodes in the authentication path(s) as the verifier can create some of them using the leaves.

Type of change

  • New feature

Checklist

  • Linked to Github Issue
  • Unit tests added

@irfanbozkurt irfanbozkurt marked this pull request as ready for review March 18, 2024 00:36
@irfanbozkurt irfanbozkurt requested a review from a team as a code owner March 18, 2024 00:36
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

Successfully merging this pull request may close these issues.

2 participants