Skip to content

Commit

Permalink
Merge af7ccf0 into 4574877
Browse files Browse the repository at this point in the history
  • Loading branch information
maramihali authored May 16, 2024
2 parents 4574877 + af7ccf0 commit be3f7ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ template <typename PCS> class ZeroMorphProver_ {

// TODO(#742): Set this N_max to be the number of G1 elements in the mocked zeromorph SRS once it's in place.
// (Then, eventually, set it based on the real SRS). For now we set it to be large but more or less arbitrary.
static const size_t N_max = 1 << 22;
static const size_t N_max = 1 << 23;

public:
/**
Expand Down

0 comments on commit be3f7ce

Please sign in to comment.