Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddiaa0 committed Jul 6, 2023
1 parent ec236e8 commit 8fb2ffd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,10 @@ impl GeneratedAcir {
hashed_message: inputs[128..].to_vec(),
output: outputs[0],
},
BlackBoxFunc::FixedBaseScalarMul => {
BlackBoxFuncCall::FixedBaseScalarMul { input: inputs[0], outputs }
}
BlackBoxFunc::FixedBaseScalarMul => BlackBoxFuncCall::FixedBaseScalarMul {
input: inputs[0],
outputs: (outputs[0], outputs[1]),
},
BlackBoxFunc::Keccak256 => {
let var_message_size = inputs.pop().expect("ICE: Missing message_size arg");
BlackBoxFuncCall::Keccak256VariableLength { inputs, var_message_size, outputs }
Expand Down

0 comments on commit 8fb2ffd

Please sign in to comment.