distinguish AIR constraints for base tables and extension tables #119
Labels
🤖 code
Changes the implementation
💫 good first issue
Good for newcomers
🟢 prio: low
Not at all urgent
⏩ speedup
Makes stuff go faster.
Multiplying two
XFieldElement
s requires 12 multiplications ofBFieldElement
s. AIR constraints that only pertain to a table's base columns do not need to have typeXFieldElement
, but for reasons of convenience, they currently do.Refactor the code, and possibly the involved traits such as
Evaluable
, to distinguish between constraints for the base table and constraints for the extension table.The text was updated successfully, but these errors were encountered: