diff options
| author | Ján Jančár | 2023-07-19 15:06:03 +0200 |
|---|---|---|
| committer | GitHub | 2023-07-19 15:06:03 +0200 |
| commit | 0602b39001ca8a8ea55df3990294de19cfd2cafb (patch) | |
| tree | 5883f9e9e3879cbd6756ac8974b30c8ad0f959ce /test/test_impl.py | |
| parent | 324f68e7930cde44b13e791f35423fcb33b8aa6c (diff) | |
| parent | 533c5766441ff6a9355441874781645d23b61e90 (diff) | |
| download | pyecsca-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.py | 2 |
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 |
