Skip to content

Commit

Permalink
test: add bigger test case to keccak prover
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang committed Aug 13, 2023
1 parent 42b0727 commit beaceb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hashes/zkevm-keccak/src/keccak_packed_multi/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ fn packed_multi_keccak_simple(k: u32, rows_per_round: usize) {
}

#[test_case(14, 25 ; "k: 14, rows_per_round: 25")]
#[test_case(18, 9 ; "k: 18, rows_per_round: 9")]
fn packed_multi_keccak_prover(k: u32, rows_per_round: usize) {
KECCAK_CONFIG_PARAMS.with(|conf| {
conf.borrow_mut().k = k;
Expand Down

0 comments on commit beaceb6

Please sign in to comment.