diff --git a/include/nil/blueprint/transpiler/templates/recursive_verifier.hpp b/include/nil/blueprint/transpiler/templates/recursive_verifier.hpp index d17bec8..3b0c7b0 100644 --- a/include/nil/blueprint/transpiler/templates/recursive_verifier.hpp +++ b/include/nil/blueprint/transpiler/templates/recursive_verifier.hpp @@ -474,7 +474,7 @@ typedef __attribute__((ext_vector_type(2))) // Commitment scheme std::array singles = fill_singles(challenges.xi, challenges.eta); - std::array U; + std::array U{pallas::base_field_type::value_type(0)}; $PREPARE_U_AND_V$ @@ -539,4 +539,4 @@ typedef __attribute__((ext_vector_type(2))) } } -#endif //__RECURSIVE_VERIFIER_TEMPLATE_HPP__ \ No newline at end of file +#endif //__RECURSIVE_VERIFIER_TEMPLATE_HPP__