We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eae2ab4 commit aa26b7aCopy full SHA for aa26b7a
src/filter.cpp
@@ -89,7 +89,7 @@ G2Vec Filter::keygen(const FilterPP& pp, const FilterMsk& msk, const VecOrMat& y
89
}, y);
90
91
// Raise the vector to g2 and return.
92
- return pp.pairing_group->Gp->g2_raise(FpVec{Fp(1), digest_sum});
+ return pp.pairing_group->Gp->g2_raise(FpVec{beta, pp.pairing_group->Zp->mul(digest_sum, beta)});
93
}
94
95
// Generate the hash of the input y vector.
0 commit comments