File tree Expand file tree Collapse 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 Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -530,7 +530,6 @@ namespace nil {
530
530
using merkle_hash_type = typename LPCParams::merkle_hash_type;
531
531
532
532
constexpr static const std::size_t m = LPCParams::m;
533
- constexpr static const bool is_const_size = LPCParams::is_const_size;
534
533
constexpr static const bool is_batched_list_polynomial_commitment = true ;
535
534
536
535
typedef LPCParams lpc_params;
Original file line number Diff line number Diff line change @@ -613,7 +613,6 @@ namespace nil {
613
613
using merkle_hash_type = typename LPCParams::merkle_hash_type;
614
614
615
615
constexpr static const std::size_t m = LPCParams::m;
616
- constexpr static const bool is_const_size = LPCParams::is_const_size;
617
616
constexpr static const bool is_batched_list_polynomial_commitment = true ;
618
617
619
618
typedef LPCParams lpc_params;
You can’t perform that action at this time.
0 commit comments