X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/blobdiff_plain/b1ddcca69421a27a09b2f5a5531f02936192736a..a5fdb9121c31938559a9df7174d97965dbcbff0a:/t/t-ec.py diff --git a/t/t-ec.py b/t/t-ec.py index 01b5f27..d854216 100644 --- a/t/t-ec.py +++ b/t/t-ec.py @@ -251,7 +251,7 @@ class TestCurves (T.GenericTestMixin): def test_tinycurves(me): me._test_curve(C.ECInfo(E, 2*P, 13, 2), checkfail = True) - ei, _ = C.ECInfo.parse("binpoly: 0x13; bin: 0x01, 0x08; 0x02, 0x0c: 5*4") + ei = C.ECInfo.fromstring("binpoly: 0x13; bin: 0x01, 0x08; 0x02, 0x0c: 5*4") me._test_curve(ei, checkfail = True) TestCurves.generate_testcases((name, C.eccurves[name]) for name in