31 auto tmp = in.get(C::l1_to_l2_message_tree_check_sel) *
32 ((l1_to_l2_message_tree_check_LEAF_VALUE_MSG_HASH_DIFF *
33 (in.get(C::l1_to_l2_message_tree_check_exists) *
34 (
FF(1) - in.get(C::l1_to_l2_message_tree_check_leaf_value_msg_hash_diff_inv)) +
35 in.get(C::l1_to_l2_message_tree_check_leaf_value_msg_hash_diff_inv)) -
37 in.get(C::l1_to_l2_message_tree_check_exists));
38 tmp *= scaling_factor;
39 std::get<1>(evals) +=
typename Accumulator::View(tmp);
44 in.get(C::l1_to_l2_message_tree_check_sel) *
45 (constants_L1_TO_L2_MSG_TREE_HEIGHT - in.get(C::l1_to_l2_message_tree_check_l1_to_l2_message_tree_height));
46 tmp *= scaling_factor;
47 std::get<2>(evals) +=
typename Accumulator::View(tmp);