Skip to content

Commit

Permalink
plonk: removed dummy functions for verifier steps 1,2,3
Browse files Browse the repository at this point in the history
  • Loading branch information
Vesselin Velichkov authored and dtebbs committed Oct 26, 2022
1 parent b3a2fff commit 00729f5
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions libsnark/zk_proof_systems/plonk/verifier.tcc
Original file line number Diff line number Diff line change
Expand Up @@ -43,23 +43,6 @@ verifier_preprocessed_input_t<ppT> plonk_verifier<ppT, transcript_hasher>::
return preprocessed_input;
}

template<typename ppT, class transcript_hasher>
void plonk_verifier<ppT, transcript_hasher>::step_one(
const plonk_proof<ppT> &proof)
{
}

template<typename ppT, class transcript_hasher>
void plonk_verifier<ppT, transcript_hasher>::step_two(
const plonk_proof<ppT> &proof)
{
}

template<typename ppT, class transcript_hasher>
void plonk_verifier<ppT, transcript_hasher>::step_three(const srs<ppT> &srs)
{
}

template<typename ppT>
step_four_out_t<ppT>::step_four_out_t(
const libff::Fr<ppT> &beta,
Expand Down

0 comments on commit 00729f5

Please sign in to comment.