aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/ec/test_context.py
diff options
context:
space:
mode:
authorJ08nY2020-07-01 23:08:43 +0200
committerJ08nY2020-07-01 23:09:30 +0200
commit2aa191c63c556857ee22e801c19ee9822016f7cc (patch)
tree8824b678714c71979c4f8579c9cf782a6fadcc5e /test/ec/test_context.py
parent3eaaed8ff2dfa36ad31884bc4cb0f45e0bf8f427 (diff)
downloadpyecsca-2aa191c63c556857ee22e801c19ee9822016f7cc.tar.gz
pyecsca-2aa191c63c556857ee22e801c19ee9822016f7cc.tar.zst
pyecsca-2aa191c63c556857ee22e801c19ee9822016f7cc.zip
Add random generation of points, speedup computation.
Diffstat (limited to '')
-rw-r--r--test/ec/test_context.py2
1 files changed, 0 insertions, 2 deletions
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: