Skip to content

Commit 39ca898

Browse files
committed
Removed unused is-const-size
1 parent 371a7e4 commit 39ca898

File tree

2 files changed

+0
-2
lines changed
  • crypto3/libs/zk/include/nil/crypto3/zk/commitments/polynomial
  • parallel-crypto3/libs/parallel-zk/include/nil/crypto3/zk/commitments/polynomial

2 files changed

+0
-2
lines changed

crypto3/libs/zk/include/nil/crypto3/zk/commitments/polynomial/lpc.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,6 @@ namespace nil {
530530
using merkle_hash_type = typename LPCParams::merkle_hash_type;
531531

532532
constexpr static const std::size_t m = LPCParams::m;
533-
constexpr static const bool is_const_size = LPCParams::is_const_size;
534533
constexpr static const bool is_batched_list_polynomial_commitment = true;
535534

536535
typedef LPCParams lpc_params;

parallel-crypto3/libs/parallel-zk/include/nil/crypto3/zk/commitments/polynomial/lpc.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,6 @@ namespace nil {
613613
using merkle_hash_type = typename LPCParams::merkle_hash_type;
614614

615615
constexpr static const std::size_t m = LPCParams::m;
616-
constexpr static const bool is_const_size = LPCParams::is_const_size;
617616
constexpr static const bool is_batched_list_polynomial_commitment = true;
618617

619618
typedef LPCParams lpc_params;

0 commit comments

Comments
 (0)