plonk icon indicating copy to clipboard operation
plonk copied to clipboard

Consider removing EvaluationDomain struct from Evaluations

Open CPerezz opened this issue 3 years ago • 0 comments

We usually store multiple Evaluations inside the same structure (ProverKey is an example of that). It's really sub-optimal to store the same EvaluationDomain across all of the Evaluations of the structure.

Therefore, we should consider how viable and logical is the removal.

CPerezz avatar Mar 05 '21 17:03 CPerezz