Open Issues Need Help
View All on GitHub Security • Zero-Knowledge Proofs
chore: remove `RelationUtils::scale_and_batch_elements` method triggered when `IsFoldingFlavor` == false 3 months ago
AI Summary: The task involves refactoring the Barretenberg library's `RelationUtils` class. Specifically, it requires removing the `scale_and_batch_elements` method when the `IsFoldingFlavor` flag is false and modifying the `RelationSeparator` to be an array, populating it before the Sumcheck to avoid branching and potential bugs. This improves code clarity and robustness.
Complexity:
4/5
good first issue