Skip to content

Commit

Permalink
Removed unused is-const-size
Browse files Browse the repository at this point in the history
  • Loading branch information
EduMenges committed Mar 7, 2025
1 parent e7d62e6 commit e7cae8a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,6 @@ namespace nil {
using merkle_hash_type = typename LPCParams::merkle_hash_type;

constexpr static const std::size_t m = LPCParams::m;
constexpr static const bool is_const_size = LPCParams::is_const_size;
constexpr static const bool is_batched_list_polynomial_commitment = true;

typedef LPCParams lpc_params;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,6 @@ namespace nil {
using merkle_hash_type = typename LPCParams::merkle_hash_type;

constexpr static const std::size_t m = LPCParams::m;
constexpr static const bool is_const_size = LPCParams::is_const_size;
constexpr static const bool is_batched_list_polynomial_commitment = true;

typedef LPCParams lpc_params;
Expand Down

0 comments on commit e7cae8a

Please sign in to comment.