Skip to content

Conversation

@GarmashAlex
Copy link

  • Replace non-compilable BigInt construction BigInt::from(-1 % field) in Substitution::substitution_into_constraint with BigInt::from(-1).
  • Aligns with existing modular handling across the codebase, where reduction happens in modular_arithmetic operations.
  • Grepped the repository; no other analogous invalid usages found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant