We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Return error for num == 0 for bls_g1_weighted_sum, bls_g2_weighted_sum, and bls_pairing.
num == 0
bls_g1_weighted_sum
bls_g2_weighted_sum
bls_pairing
See AntelopeIO/leap#1953
The text was updated successfully, but these errors were encountered:
lgtm via @arhag via DM
Sorry, something went wrong.
GH-253 Return -1 on n==0 for bls_g1_weighted_sum, bls_g2_weighted_sum…
f9331b1
…, and bls_pairing. Add return_code type.
Merge pull request #254 from AntelopeIO/GH-253-bls-n0
1c151b5
Return -1 on n==0 for bls_g1_weighted_sum, bls_g2_weighted_sum, and bls_pairing
heifner
Successfully merging a pull request may close this issue.
Return error for
num == 0
forbls_g1_weighted_sum
,bls_g2_weighted_sum
, andbls_pairing
.See AntelopeIO/leap#1953
The text was updated successfully, but these errors were encountered: