summaryrefslogtreecommitdiffhomepage
path: root/test/sca
diff options
context:
space:
mode:
authorJ08nY2021-01-16 18:28:49 +0100
committerJ08nY2021-01-16 18:55:28 +0100
commit616255ba3c8346e58152610941270d864caa89d9 (patch)
tree0dc39e340d7513d39903195534a3d88b48b0a453 /test/sca
parentb6d03e0935b21bf35542a282ba66ba25094234ca (diff)
downloadpyecsca-0.1.0.tar.gz
pyecsca-0.1.0.tar.zst
pyecsca-0.1.0.zip
Release pyecsca-0.1.0.0.1.0
Diffstat (limited to 'test/sca')
-rw-r--r--test/sca/test_rpa.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/sca/test_rpa.py b/test/sca/test_rpa.py
index ee10f89..71c846c 100644
--- a/test/sca/test_rpa.py
+++ b/test/sca/test_rpa.py
@@ -59,9 +59,7 @@ class MultipleContextTests(TestCase):
with local(MultipleContext()) as ctx:
ladd_mult.init(curve25519, base)
ladd_mult.multiply(1339278426732672313)
- print(ctx.points.values())
dadd_mult = DifferentialLadderMultiplier(dadd, dbl, scale)
with local(MultipleContext()) as ctx:
dadd_mult.init(curve25519, base)
dadd_mult.multiply(1339278426732672313)
- print(ctx.points.values())