Skip to content

Commit

Permalink
Line gone
Browse files Browse the repository at this point in the history
  • Loading branch information
codygunton committed Nov 16, 2023
1 parent 2c802c1 commit 4b4361e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,6 @@ template <typename Curve> class ZeroMorphProver_ {

// Extract multilinear challenge u and claimed multilinear evaluations from Sumcheck output
std::span<FF> u_challenge = multilinear_challenge;
// std::span<FF> claimed_evaluations = evaluations;
size_t log_N = u_challenge.size();
size_t N = 1 << log_N;

Expand Down

0 comments on commit 4b4361e

Please sign in to comment.