cslashm / ECPy

Apache License 2.0
36 stars 24 forks source link

Wrong field parameter for Brainpool-p224t1 #19

Closed lukbettale closed 3 years ago

lukbettale commented 4 years ago

Error: ecpy.curves.Curve.get_curve('Brainpool-p224t1') raises an error (ECPyException("Point not on curve") for the generator).

The field parameter for this curve is wrong. It should be corrected to 0xD7C134AA264366862A18302575D1D787B09F075797DA89F57EC8C0FF

cslashm commented 4 years ago

Thanks for reporting I check that!

cslashm commented 3 years ago

fix in 1.2.5