From 2aa191c63c556857ee22e801c19ee9822016f7cc Mon Sep 17 00:00:00 2001 From: J08nY Date: Wed, 1 Jul 2020 23:08:43 +0200 Subject: Add random generation of points, speedup computation. --- test/ec/test_context.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/ec/test_context.py') diff --git a/test/ec/test_context.py b/test/ec/test_context.py index c3112d4..603369d 100644 --- a/test/ec/test_context.py +++ b/test/ec/test_context.py @@ -86,8 +86,6 @@ class ContextTests(TestCase): with local(PathContext([0, 1, 7])) as ctx: key_generator = KeyGeneration(self.mult, self.secp128r1, True) key_generator.generate() - print(ctx.value) - def test_str(self): with local(DefaultContext()) as default: -- cgit v1.2.3-70-g09d2