Skip to content

Commit

Permalink
Redshift proof typo fixed. #20
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaskov committed Nov 15, 2021
1 parent 3be36fc commit f320395
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/nil/crypto3/zk/snark/systems/plonk/redshift/proof.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ namespace nil {
namespace zk {
namespace snark {

template<typename CurveType, typename CommitmentSchemeType>
template<typename CurveType, typename Hash, typename CommitmentSchemeType>
struct redshift_proof {

std::vector<typename CommitmentSchemeType::commitment_type> f_commitments;
Expand All @@ -44,10 +44,10 @@ namespace nil {

std::vector<typename CommitmentSchemeType::commitment_type> T_commitments;

std::vector<typename CommitmentSchemeType::proof_type> f_CommitmentSchemeType_proofs;
std::vector<typename CommitmentSchemeType::proof_type> f_lpc_proofs;

typename CommitmentSchemeType::proof_type P_CommitmentSchemeType_proof;
typename CommitmentSchemeType::proof_type Q_CommitmentSchemeType_proof;
typename CommitmentSchemeType::proof_type P_lpc_proof;
typename CommitmentSchemeType::proof_type Q_lpc_proof;

std::vector<typename CommitmentSchemeType::proof_type> T_lpc_proofs;

Expand Down

0 comments on commit f320395

Please sign in to comment.