docs: document AVM cryptographic compatibility for public vs private#21814
Merged
AztecBot merged 1 commit intoMar 26, 2026
Merged
Conversation
## Summary - Adds a new **AVM Cryptographic Compatibility** reference page documenting which Noir blackbox primitives work in public (AVM) vs private functions, with a full compatibility table - Updates **Public Execution**, **Limitations**, **Auth Witnesses**, and **Call Types** pages with cross-links and warnings about unsupported operations - Developers hitting transpiler panics (`Transpiler doesn't know how to process <BlackBoxOp>`) now have clear guidance and workarounds (Auth Registry pattern) ## Test plan - [ ] `yarn spellcheck` passes (only pre-existing `nullifer` typo in migration_notes.md) - [ ] New page renders correctly in sidebar under Circuits > AVM Cryptographic Compatibility - [ ] All internal cross-links resolve (public_execution → avm_compatibility, authwit → avm_compatibility, etc.) - [ ] Compatibility table data matches `avm-transpiler/src/transpile.rs` lines 1176-1342 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Josh Crites <jc@joshcrites.com>
55e447b to
593b6e8
Compare
AztecBot
added a commit
that referenced
this pull request
Mar 26, 2026
…21814) ## Summary - Adds a new **AVM Cryptographic Compatibility** reference page documenting which Noir blackbox primitives work in public (AVM) vs private functions, with a full compatibility table - Updates **Public Execution**, **Limitations**, **Auth Witnesses**, and **Call Types** pages with cross-links and warnings about unsupported operations - Developers hitting transpiler panics (`Transpiler doesn't know how to process <BlackBoxOp>`) now have clear guidance and workarounds (Auth Registry pattern) ## Test plan - [ ] `yarn spellcheck` passes (only pre-existing `nullifer` typo in migration_notes.md) - [ ] New page renders correctly in sidebar under Circuits > AVM Cryptographic Compatibility - [ ] All internal cross-links resolve (public_execution → avm_compatibility, authwit → avm_compatibility, etc.) - [ ] Compatibility table data matches `avm-transpiler/src/transpile.rs` lines 1176-1342 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Collaborator
|
✅ Successfully backported to backport-to-v4-next-staging #22060. |
nventuro
added a commit
that referenced
this pull request
Mar 26, 2026
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.
Summary
Transpiler doesn't know how to process <BlackBoxOp>) now have clear guidance and workarounds (Auth Registry pattern)Test plan
yarn spellcheckpasses (only pre-existingnullifertypo in migration_notes.md)avm-transpiler/src/transpile.rslines 1176-1342🤖 Generated with Claude Code