Skip to content

Commit

Permalink
adjust domain api visibility (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
hero78119 authored Dec 15, 2023
1 parent 6fc6d7c commit a4abbf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion halo2_proofs/src/poly/domain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ impl<F: WithSmallOrderMulGroup<3>> EvaluationDomain<F> {

/// Returns an empty (zero) polynomial in the Lagrange coefficient basis, with
/// deferred inversions.
pub(crate) fn empty_lagrange_assigned(&self) -> Polynomial<Assigned<F>, LagrangeCoeff> {
pub fn empty_lagrange_assigned(&self) -> Polynomial<Assigned<F>, LagrangeCoeff> {
Polynomial {
values: vec![F::ZERO.into(); self.n as usize],
_marker: PhantomData,
Expand Down

0 comments on commit a4abbf5

Please sign in to comment.