Skip to content

Commit

Permalink
Make cond_swap_config public in merkle_config
Browse files Browse the repository at this point in the history
  • Loading branch information
ConstanceBeguier committed Jul 16, 2024
1 parent 68d65e0 commit a8832c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion halo2_gadgets/src/sinsemilla/merkle/chip.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ where
{
advices: [Column<Advice>; 5],
q_decompose: Selector,
pub(super) cond_swap_config: CondSwapConfig,
/// Configuration for the `CondSwapChip` used by the `MerkleChip`.
pub cond_swap_config: CondSwapConfig,
pub(super) sinsemilla_config: SinsemillaConfig<Hash, Commit, Fixed, Lookup>,
}

Expand Down

0 comments on commit a8832c9

Please sign in to comment.