Skip to content

0.1.1

Latest
Compare
Choose a tag to compare
@ebfull ebfull released this 28 Jan 20:36
0.1.1
24aa1a4

Added clear_cofactor methods to G1Projective and G2Projective. If the crate feature endo
is enabled the G2 cofactor clearing will use the curve endomorphism technique described by
Budroni-Pintore. If the crate feature endo is not enabled then
the code will simulate the effects of the Budroni-Pintore cofactor clearing in order to keep
the API consistent. In September 2020, when patents US7110538B2 and US7995752B2 expire, the
endo feature will be made default. However, for now it must be explicitly enabled.