Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
herumi committed Sep 14, 2023
1 parent c6fb526 commit 7ce8b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bls_c_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ void blsSign(blsSignature *sig, const blsSecretKey *sec, const void *m, mclSize
#ifdef BLS_ETH
/*
e(P, sHm) == e(sP, Hm)
<=> finalExp(ML(P, sHm) * e(-sP, Hm)) == 1
<=> finalExp(ML(P, sHm) * ML(-sP, Hm)) == 1
*/
bool isEqualTwoPairings(const G2& sHm, const G1& sP, const G2& Hm)
{
Expand Down

0 comments on commit 7ce8b28

Please sign in to comment.