Skip to content

Commit

Permalink
mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
intls committed Jan 4, 2025
1 parent 7ec1c4e commit 9219c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/recursion/compiler/src/constraints/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ impl<C: Config + Debug> ConstraintCompiler<C> {
args: vec![vec![a.id()]],
}),
DslIr::CircuitCommitCommittedValuesDigest(a) => constraints.push(Constraint {
opcode: ConstraintOpcode::CommitCommitedValuesDigest,
opcode: ConstraintOpcode::CommitCommittedValuesDigest,
args: vec![vec![a.id()]],
}),
DslIr::CircuitFelts2Ext(a, b) => constraints.push(Constraint {
Expand Down

0 comments on commit 9219c57

Please sign in to comment.