feat(Barretenberg): acir<->bb tool: HN::INNER opcode validator - #25005
Open
DanielKotov wants to merge 1 commit into
Open
feat(Barretenberg): acir<->bb tool: HN::INNER opcode validator #25005DanielKotov wants to merge 1 commit into
DanielKotov wants to merge 1 commit into
Conversation
…odel) Sourced from agent2/hn-inner-validation (c6887d0081), which migrated HNInnerValidation.hpp off squeeze-index boundary detection (void after the origin/next merge collapsed most Fiat-Shamir challenges from fq to fr) to the same witness-anchored FunctionFingerprint cursor-chain model already used by RESET/TAIL/FINAL/INIT. hn_count>2 (N-app INNER) stays deferred, same carve-out class as INIT's single-app scope. Self-nests under namespace HNVerification like the other opcode headers, using the already-reconciled dk/hn_family_common / dk/hn_init_validation infra (not c6887d0081's versions of those shared files, which changed independently and are out of scope for this branch).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR that represents HN::INNER opcode validator