Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
querolita committed Nov 1, 2023
1 parent 6128078 commit ff9405b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions kimchi/src/verifier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,8 @@ where
.chain(self.evals.foreign_field_mul_lookup_selector.as_ref().map(
|_| Column::LookupKindIndex(LookupPattern::ForeignFieldMul),
))
/* .chain(
/*
.chain(
self.evals.keccak_round_lookup_selector.as_ref().map(|_| {
Column::LookupKindIndex(LookupPattern::KeccakRound)
}),
Expand All @@ -579,7 +580,8 @@ where
self.evals.keccak_sponge_lookup_selector.as_ref().map(|_| {
Column::LookupKindIndex(LookupPattern::KeccakSponge)
}),
)*/
)
*/
})
.into_iter()
.flatten(),
Expand Down

0 comments on commit ff9405b

Please sign in to comment.