aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/test_impl.py
diff options
context:
space:
mode:
authorJán Jančár2023-07-19 15:06:03 +0200
committerGitHub2023-07-19 15:06:03 +0200
commit0602b39001ca8a8ea55df3990294de19cfd2cafb (patch)
tree5883f9e9e3879cbd6756ac8974b30c8ad0f959ce /test/test_impl.py
parent324f68e7930cde44b13e791f35423fcb33b8aa6c (diff)
parent533c5766441ff6a9355441874781645d23b61e90 (diff)
downloadpyecsca-codegen-0602b39001ca8a8ea55df3990294de19cfd2cafb.tar.gz
pyecsca-codegen-0602b39001ca8a8ea55df3990294de19cfd2cafb.tar.zst
pyecsca-codegen-0602b39001ca8a8ea55df3990294de19cfd2cafb.zip
Merge pull request #2 from andrr3j/feat/simulator
Add leakage simulation via Rainbow
Diffstat (limited to 'test/test_impl.py')
-rw-r--r--test/test_impl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_impl.py b/test/test_impl.py
index ea92f8a..b054567 100644
--- a/test/test_impl.py
+++ b/test/test_impl.py
@@ -255,4 +255,4 @@ class ECDSATests(ImplTests):
self.do_ecdsa_test(runner, self.secp128r1, LTRMultiplier, ["add-1998-cmo", "dbl-1998-cmo"],
"ltr", complete=False, always=True)
self.do_ecdsa_test(runner, self.secp128r1, LTRMultiplier, ["add-1998-cmo", "dbl-1998-cmo"],
- "ltr", complete=True, always=True)
+ "ltr", complete=True, always=True) \ No newline at end of file