Skip to content

Commit c42d638

Browse files
authored
Merge pull request #3222 from o1-labs/querolita/chunking-mvp-bug
Include maximum polynomial size at constraint system creation time inside WASM bindings
2 parents 9b5d181 + 678130d commit c42d638

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plonk-wasm/src/pasta_fp_plonk_index.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ pub fn caml_pasta_fp_plonk_index_create(
131131
.public(public_ as usize)
132132
.prev_challenges(prev_challenges as usize)
133133
.lookup(rust_lookup_tables)
134+
.max_poly_size(Some(srs.0.max_poly_size()))
134135
.runtime(if rust_runtime_table_cfgs.is_empty() {
135136
None
136137
} else {

0 commit comments

Comments
 (0)