Skip to content

Commit

Permalink
Some warning eliminated #305
Browse files Browse the repository at this point in the history
  • Loading branch information
ETatuzova committed Apr 3, 2024
1 parent 9eb26e4 commit c6786c6
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ namespace nil {
namespace crypto3 {
namespace zk {
namespace snark {
template <typename FieldType>
std::vector<std::size_t> lookup_parts(
const plonk_constraint_system<FieldType> &constraint_system,
std::size_t max_quotient_chunks
);

template<typename FieldType, typename ParamsType>
class placeholder_public_preprocessor {
Expand Down

0 comments on commit c6786c6

Please sign in to comment.