Skip to content

Commit

Permalink
plonk: removed redundant this-> in get_hash. addresses #61 (comment) .
Browse files Browse the repository at this point in the history
  • Loading branch information
Vesselin Velichkov committed Oct 13, 2022
1 parent 75651c5 commit 44724a6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,7 @@ libff::Fr<libff::bls12_381_pp> bls12_381_test_vector_transcript_hasher::
(int)buffer_len,
challenge_str[i].c_str());

const libff::Fr<libff::bls12_381_pp> challenge =
this->hash_values[i]; // beta
const libff::Fr<libff::bls12_381_pp> challenge = hash_values[i]; // beta

return challenge;
}
Expand Down

0 comments on commit 44724a6

Please sign in to comment.