Skip to content

Commit

Permalink
x-index full check#335
Browse files Browse the repository at this point in the history
  • Loading branch information
ETatuzova authored and Iluvmagick committed Apr 2, 2024
1 parent 2361362 commit 7a12a5d
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,11 @@ namespace nil {
(BlueprintFieldType::modulus - 1)/component.fri_domain_size
);

constant_pow_component_type constant_pow_instance(
component.all_witnesses(), std::array<std::uint32_t, 1>({component.C(0)}), std::array<std::uint32_t, 0>(),
(BlueprintFieldType::modulus - 1)/component.fri_domain_size
);

challenges.eta = poseidon_output.output_state[2];
row += poseidon_instance.rows_amount;

Expand Down

0 comments on commit 7a12a5d

Please sign in to comment.