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

fix: remove finalize from acir create circuit #6585

Merged
merged 9 commits into from
May 22, 2024
Prev Previous commit
Next Next commit
comment
ledwards2225 committed May 22, 2024
commit 246ffaf6228f92c7bfd5b712737d9784d27f611c
Original file line number Diff line number Diff line change
@@ -132,6 +132,7 @@ template <typename FF> class GoblinUltraCircuitBuilder_ : public UltraCircuitBui

/**
* @brief Dynamically compute the number of gates added by the "add_gates_to_ensure_all_polys_are_non_zero" method
* @note This does NOT add the gates to the present builder
*
*/
size_t get_num_gates_added_to_ensure_nonzero_polynomials()
Original file line number Diff line number Diff line change
@@ -607,6 +607,7 @@ class UltraCircuitBuilder_ : public CircuitBuilderBase<typename Arithmetization_

/**
* @brief Dynamically compute the number of gates added by the "add_gates_to_ensure_all_polys_are_non_zero" method
* @note This does NOT add the gates to the present builder
*
*/
size_t get_num_gates_added_to_ensure_nonzero_polynomials()