Change coset_scale in test proof_multi

This commit is contained in:
Ramana Kumar 2022-09-15 13:35:02 +01:00
parent f2f20141db
commit 9bd8c3fdf8
No known key found for this signature in database
GPG Key ID: ED471C788B900433
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ void proof_multi(void) {
bool result;
// Compute proof at 2^coset_scale points
int coset_scale = 3, coset_len = (1 << coset_scale);
int coset_scale = 4, coset_len = (1 << coset_scale);
fr_t y[coset_len];
uint64_t secrets_len = poly_len > coset_len ? poly_len : coset_len;