Skip to content

Commit

Permalink
Expose Keccak format_input
Browse files Browse the repository at this point in the history
  • Loading branch information
nyunyunyunyu committed Oct 11, 2023
1 parent fef7316 commit 14c120f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hashes/zkevm/src/keccak/component/encode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ pub(crate) fn get_bytes_to_words_multipliers<F: Field>() -> Vec<F> {
multipliers
}

fn format_input<F: Field>(
pub fn format_input<F: Field>(
ctx: &mut Context<F>,
gate: &impl GateInstructions<F>,
bytes: &[SafeByte<F>],
Expand Down

0 comments on commit 14c120f

Please sign in to comment.