-
Notifications
You must be signed in to change notification settings - Fork 225
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
Audit preparedness: assessing key cases #5361
Comments
Assorted TODO's:
Places to TestTop-level Groups
// acvm-repo/acir/src/circuit/opcodes.rs
pub enum Opcode<F> {
// ssa/ir/instruction.rs
pub(crate) enum Intrinsic {
// ssa/ir/instruction.rs
pub(crate) enum Instruction {
// "kind" in binary::Binary (op)
pub(crate) enum BinaryOp {
Automorphisms:
Comparisons:
pub enum Directive<F> {
pub enum BlackBoxFunc {
SSA Passes:
Monomorphizer:
|
#5421) # Description ## Problem\* Small issues or typos encountered during #5361 ## Summary\* ## Additional Context ## Documentation\* Check one: - [x] No documentation needed. - [ ] Documentation included in this PR. - [ ] **[For Experimental Features]** Documentation to be submitted in a separate PR. # PR Checklist\* - [x] I have tested the changes locally. - [x] I have formatted the changes with [Prettier](https://prettier.io/) and/or `cargo fmt` on default settings. --------- Co-authored-by: Maxim Vezenov <[email protected]> Co-authored-by: jfecher <[email protected]>
Problem
Given listing from: #5360
Happy Case
Add the lists of tests to the omnibus issue for implementation
Project Impact
None
Impact Context
No response
Workaround
None
Workaround Description
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
None
Support Needs
No response
The text was updated successfully, but these errors were encountered: