Skip to content

Commit

Permalink
Remove unnecessary function declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFeickert committed Feb 17, 2022
1 parent d195646 commit 4e61302
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sigma/sigmaplus_verifier.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ class SigmaPlusVerifier{

bool membership_checks(const SigmaPlusProof<Exponent, GroupElement>& proof) const;
bool compute_fs(const SigmaPlusProof<Exponent, GroupElement>& proof, const Exponent& x, std::vector<Exponent>& f_) const;
bool abcd_checks(const SigmaPlusProof<Exponent, GroupElement>& proof, const Exponent& x, const std::vector<Exponent>& f_) const;

void compute_fis(int j, const std::vector<Exponent>& f, std::vector<Exponent>& f_i_) const;
void compute_fis(const Exponent& f_i, int j, const std::vector<Exponent>& f, typename std::vector<Exponent>::iterator& ptr, typename std::vector<Exponent>::iterator end_ptr) const;
Expand Down

0 comments on commit 4e61302

Please sign in to comment.