aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/ec/test_curve.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/ec/test_curve.py')
-rw-r--r--test/ec/test_curve.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ec/test_curve.py b/test/ec/test_curve.py
index cbc1d14..c358c68 100644
--- a/test/ec/test_curve.py
+++ b/test/ec/test_curve.py
@@ -134,4 +134,3 @@ class CurveTests(TestCase):
affine_curve.decode_point(unhexlify("7a161ff7528b899b2d0c28607ca52c5b86"))
with self.assertRaises(ValueError):
affine_curve.decode_point(unhexlify("03161ff7528b899b2d0c28607ca52c5b88"))
-