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

Merkle proofs without the tree #6

Open
eozturk1 opened this issue Apr 22, 2020 · 0 comments
Open

Merkle proofs without the tree #6

eozturk1 opened this issue Apr 22, 2020 · 0 comments
Labels
question Further information is requested

Comments

@eozturk1
Copy link

Is it possible to verify Merkle proofs using only the (1) path of the node and (2) root node without needing to have the complete tree?

Normally, this should be possible but as I understand it the current API does not support it. Is there a way to verify Merkle proofs without the full tree?

One way I can think of is getting the hashes from the path and and manually verifying up to the root node? Are there any pitfalls in this approach?

@beurdouche beurdouche added the question Further information is requested label May 8, 2020
@msprotz msprotz transferred this issue from hacl-star/hacl-star Dec 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants