Skip to content

Commit

Permalink
Expose nr of permutation columns to the public API
Browse files Browse the repository at this point in the history
  • Loading branch information
iquerejeta committed Dec 19, 2023
1 parent 8464681 commit f0b4c18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion halo2_proofs/src/dev/cost_model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ impl Lookup {
/// Number of permutation enabled columns
#[derive(Debug, Clone, Deserialize, Serialize)]
pub struct Permutation {
columns: usize,
/// Number of columns
pub columns: usize,
}

impl Permutation {
Expand Down

0 comments on commit f0b4c18

Please sign in to comment.