0xPolygonZero / plonky2

Apache License 2.0
745 stars 273 forks source link

Allow larger constraint degrees for logUp #1515

Closed Nashtare closed 3 months ago

Nashtare commented 5 months ago

logUp is currently only allowed with STARKs whose max constraint degree is 3. Addressing this limitation could be beneficial for downstream users, even though this library is rather tailored for STARKs with rate $\frac{1}{2}$ followed by recursive verification.

Nashtare commented 3 months ago

Addressed in #1552