Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: cleanup logic in mul_with_witness #1980

Merged
merged 10 commits into from
Jul 24, 2023
Prev Previous commit
Next Next commit
fmt
kevaundray committed Jul 23, 2023
commit 66ca8bf6bc05cf6efd3843582a8f3271f806c1fb
Original file line number Diff line number Diff line change
@@ -93,7 +93,7 @@ impl GeneratedAcir {
.expect("one of the expressions is a constant and so this should not fail");
}

// Case2; One or both of the sides needs to be reduced to a degree-1 univariate polynomial
// Case 2: One or both of the sides needs to be reduced to a degree-1 univariate polynomial
let lhs_reduced = if lhs_is_linear {
Cow::Borrowed(lhs)
} else {