You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now, BNP12 points are generated with points from altbn128 extended to BNF12. It will generate point with only the first coeff being 0
The strategy should generate random valid point with potentially multiple coeff being non zero.
What
For now, BNP12 points are generated with points from altbn128 extended to BNF12. It will generate point with only the first coeff being 0
The strategy should generate random valid point with potentially multiple coeff being non zero.
How
Use try and increment (suggested by @zmalatrax, https://eprint.iacr.org/2009/226.pdf), find a generator or find an other way of doing it.
The text was updated successfully, but these errors were encountered: