Skip to content

Commit

Permalink
Update crates/noirc_evaluator/src/brillig/brillig_gen/brillig_black_b…
Browse files Browse the repository at this point in the history
…ox.rs

Co-authored-by: Maxim Vezenov <mvezenov@gmail.com>
  • Loading branch information
sirasistant and vezenovm authored Jul 12, 2023
1 parent b6deec8 commit 66f0a41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ pub(crate) fn convert_black_box_call(
output: *result_array,
});
} else {
unreachable!("ICE: Pedersen expects one array argument, a domain separator and one array result")
unreachable!("ICE: Pedersen expects one array argument, a register for the domain separator, and one array result")
}
}
BlackBoxFunc::SchnorrVerify => {
Expand Down

0 comments on commit 66f0a41

Please sign in to comment.