Skip to content

Commit 00729f5

Browse files
Vesselin Velichkovdtebbs
Vesselin Velichkov
authored andcommitted
plonk: removed dummy functions for verifier steps 1,2,3
1 parent b3a2fff commit 00729f5

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

libsnark/zk_proof_systems/plonk/verifier.tcc

-17
Original file line numberDiff line numberDiff line change
@@ -43,23 +43,6 @@ verifier_preprocessed_input_t<ppT> plonk_verifier<ppT, transcript_hasher>::
4343
return preprocessed_input;
4444
}
4545

46-
template<typename ppT, class transcript_hasher>
47-
void plonk_verifier<ppT, transcript_hasher>::step_one(
48-
const plonk_proof<ppT> &proof)
49-
{
50-
}
51-
52-
template<typename ppT, class transcript_hasher>
53-
void plonk_verifier<ppT, transcript_hasher>::step_two(
54-
const plonk_proof<ppT> &proof)
55-
{
56-
}
57-
58-
template<typename ppT, class transcript_hasher>
59-
void plonk_verifier<ppT, transcript_hasher>::step_three(const srs<ppT> &srs)
60-
{
61-
}
62-
6346
template<typename ppT>
6447
step_four_out_t<ppT>::step_four_out_t(
6548
const libff::Fr<ppT> &beta,

0 commit comments

Comments
 (0)