Skip to content

Commit

Permalink
pub
Browse files Browse the repository at this point in the history
  • Loading branch information
tamirhemo committed Feb 20, 2024
1 parent b7fefaf commit 4bf54d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uni-stark/src/symbolic_expression.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pub enum SymbolicExpression<F: Field> {

impl<F: Field> SymbolicExpression<F> {
/// Returns the multiple of `n` (the trace length) in this expression's degree.
pub(crate) fn degree_multiple(&self) -> usize {
pub fn degree_multiple(&self) -> usize {
match self {
SymbolicExpression::Variable(_) => 1,
SymbolicExpression::IsFirstRow => 1,
Expand Down

0 comments on commit 4bf54d1

Please sign in to comment.