Skip to content

Commit

Permalink
fix: clippy and fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin-Ray committed Dec 16, 2024
1 parent 2f99685 commit b002bb8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pub struct SumcheckMleEvaluations<'a, S: Scalar> {
/// The evaluations (at the random point generated by sumcheck) of the mles that are evaluated by the inner product argument. These are batched together and checked by a single IPA.
pub pcs_proof_evaluations: &'a [S],

/// Evaluation (at the random point generated by sumcheck) of the function `rho_256` that is defined by rho_256(x) = x when 0 <= x < 256 and 0 otherwise.
/// Evaluation (at the random point generated by sumcheck) of the function `rho_256` that is defined by `rho_256(x)` = x when 0 <= x < 256 and 0 otherwise.
pub rho_256_evaluation: Option<S>,
}

Expand Down

0 comments on commit b002bb8

Please sign in to comment.