Skip to content

[frontend] Add merkle tree verifier#813

Closed
paulcadman wants to merge 1 commit into08-22-_frontend_add_tweak_for_merkle_tree_hashesfrom
08-22-_frontend_add_merkle_tree_verifier
Closed

[frontend] Add merkle tree verifier#813
paulcadman wants to merge 1 commit into08-22-_frontend_add_tweak_for_merkle_tree_hashesfrom
08-22-_frontend_add_merkle_tree_verifier

Conversation

@paulcadman
Copy link
Copy Markdown
Contributor

@paulcadman paulcadman commented Aug 27, 2025

This PR contains a circuit to verify a Merkle tree authentication path. It uses the tree tweaked hash function to build sibling hashes.

Copy link
Copy Markdown
Contributor Author

paulcadman commented Aug 27, 2025

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more


How to use the Graphite Merge Queue

Add the label merge-ready to this PR to add it to the merge queue.

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

Comment thread crates/frontend/src/circuits/hash_based_sig/merkle_tree.rs Outdated
@paulcadman paulcadman force-pushed the 08-22-_frontend_add_merkle_tree_verifier branch 3 times, most recently from 99daed0 to 3497e03 Compare August 27, 2025 16:45
@paulcadman paulcadman force-pushed the 08-22-_frontend_add_tweak_for_merkle_tree_hashes branch from 7b64e10 to 927a95f Compare August 27, 2025 16:45
@paulcadman paulcadman force-pushed the 08-22-_frontend_add_tweak_for_merkle_tree_hashes branch from 927a95f to e77b7b5 Compare August 27, 2025 18:27
@paulcadman paulcadman force-pushed the 08-22-_frontend_add_merkle_tree_verifier branch from 3497e03 to abfc787 Compare August 27, 2025 18:27
@paulcadman paulcadman marked this pull request as ready for review August 28, 2025 15:27
@paulcadman paulcadman force-pushed the 08-22-_frontend_add_tweak_for_merkle_tree_hashes branch from e77b7b5 to c3b7ee8 Compare August 28, 2025 17:46
@paulcadman paulcadman force-pushed the 08-22-_frontend_add_merkle_tree_verifier branch from abfc787 to 945e59c Compare August 28, 2025 17:46
@paulcadman paulcadman requested a review from jadnohra August 29, 2025 09:09
@paulcadman paulcadman force-pushed the 08-22-_frontend_add_merkle_tree_verifier branch from 945e59c to 84a3641 Compare August 29, 2025 09:29
@paulcadman paulcadman force-pushed the 08-22-_frontend_add_tweak_for_merkle_tree_hashes branch 2 times, most recently from 5115b10 to 7e3b45e Compare August 29, 2025 09:43
@paulcadman paulcadman force-pushed the 08-22-_frontend_add_merkle_tree_verifier branch from 84a3641 to 8b16942 Compare August 29, 2025 09:43
@paulcadman paulcadman force-pushed the 08-22-_frontend_add_tweak_for_merkle_tree_hashes branch from 7e3b45e to 9de321f Compare August 29, 2025 11:14
@paulcadman paulcadman force-pushed the 08-22-_frontend_add_merkle_tree_verifier branch from 8b16942 to 73076a9 Compare August 29, 2025 11:14
Comment thread crates/frontend/src/circuits/hash_based_sig/merkle_tree.rs Outdated
Comment thread crates/frontend/src/circuits/hash_based_sig/merkle_tree.rs Outdated
Copy link
Copy Markdown
Contributor

Approved but please handle the few comments.

Comment thread crates/frontend/src/circuits/hash_based_sig/merkle_tree.rs
Comment thread crates/frontend/src/circuits/hash_based_sig/merkle_tree.rs
@paulcadman paulcadman force-pushed the 08-22-_frontend_add_merkle_tree_verifier branch from 9275d23 to 50b3a36 Compare September 1, 2025 08:12
@paulcadman paulcadman force-pushed the 08-22-_frontend_add_tweak_for_merkle_tree_hashes branch from 72ec6ee to 3ae82b8 Compare September 1, 2025 08:12
@paulcadman paulcadman force-pushed the 08-22-_frontend_add_merkle_tree_verifier branch from 50b3a36 to db4c440 Compare September 1, 2025 08:39
@paulcadman paulcadman force-pushed the 08-22-_frontend_add_tweak_for_merkle_tree_hashes branch from 3ae82b8 to 914b028 Compare September 1, 2025 08:39
@paulcadman paulcadman force-pushed the 08-22-_frontend_add_merkle_tree_verifier branch from db4c440 to c77be67 Compare September 1, 2025 12:08
@paulcadman paulcadman force-pushed the 08-22-_frontend_add_tweak_for_merkle_tree_hashes branch from 914b028 to d0959b0 Compare September 1, 2025 12:08
@paulcadman paulcadman force-pushed the 08-22-_frontend_add_tweak_for_merkle_tree_hashes branch from d0959b0 to fa418ad Compare September 1, 2025 15:05
@paulcadman paulcadman force-pushed the 08-22-_frontend_add_merkle_tree_verifier branch from c77be67 to a07698b Compare September 1, 2025 15:05
@graphite-app
Copy link
Copy Markdown

graphite-app bot commented Sep 1, 2025

Merge activity

  • Sep 1, 3:16 PM UTC: paulcadman added this pull request to the Graphite merge queue.
  • Sep 1, 3:16 PM UTC: CI is running for this pull request on a draft pull request (#897) due to your merge queue CI optimization settings.
  • Sep 1, 3:22 PM UTC: Merged by the Graphite merge queue via draft PR: #897.

graphite-app bot pushed a commit that referenced this pull request Sep 1, 2025
This PR contains a circuit to verify a Merkle tree authentication path. It uses the tree tweaked hash function to build sibling hashes.
@graphite-app graphite-app bot closed this Sep 1, 2025
@graphite-app graphite-app bot deleted the 08-22-_frontend_add_merkle_tree_verifier branch September 1, 2025 15:22
lockedloop pushed a commit that referenced this pull request Sep 8, 2025
This PR contains a circuit to verify a Merkle tree authentication path. It uses the tree tweaked hash function to build sibling hashes.
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