Skip to content

Commit

Permalink
increase N_max
Browse files Browse the repository at this point in the history
  • Loading branch information
maramihali committed May 15, 2024
1 parent 95c6b4a commit 1e77db2
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 1e77db2

Please sign in to comment.