summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJ08nY2021-01-16 18:28:49 +0100
committerJ08nY2021-01-16 18:55:28 +0100
commit616255ba3c8346e58152610941270d864caa89d9 (patch)
tree0dc39e340d7513d39903195534a3d88b48b0a453
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
-rw-r--r--MANIFEST.in5
-rw-r--r--test/sca/test_rpa.py2
2 files changed, 4 insertions, 3 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index b3ff14f..12be3ea 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,3 +1,6 @@
include README.md
graft pyecsca/ec/efd/
-graft pyecsca/ec/std/ \ No newline at end of file
+graft pyecsca/ec/std/
+global-exclude .git*
+exclude pyecsca/ec/efd/README.md pyecsca/ec/std/README.md
+prune pyecsca/ec/std/.github/ \ No newline at end of file
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())