Skip to content

Commit

Permalink
add gates_amount to fri_cosets
Browse files Browse the repository at this point in the history
  • Loading branch information
CblPOK-git authored and ayashunsky committed Jan 18, 2024
1 parent eea83af commit b0ece6e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ namespace nil {
const std::size_t nine_bl_per_line = WA / 9; // 9-blocks per line
const std::size_t bits_blocks_count = total_bits-n; // number of bit blocks

const std::size_t gates_amount = gates_amount_internal(this->witness_amount(), n, total_bits);
const std::size_t rows_amount = rows_amount_internal(this->witness_amount(), n, total_bits);

struct input_type {
Expand Down

0 comments on commit b0ece6e

Please sign in to comment.