diff options
| author | andrr3j | 2023-07-18 19:53:00 +0200 |
|---|---|---|
| committer | andrr3j | 2023-07-18 19:53:00 +0200 |
| commit | 7acfaa0a687530ca195769644dbbc82b9bf3ed08 (patch) | |
| tree | d14f1705b997d09bb853c6baae8642c6364faa69 /test/test_impl.py | |
| parent | f49f0a725f6393934c7e79a3036b2b2a90309320 (diff) | |
| download | pyecsca-codegen-7acfaa0a687530ca195769644dbbc82b9bf3ed08.tar.gz pyecsca-codegen-7acfaa0a687530ca195769644dbbc82b9bf3ed08.tar.zst pyecsca-codegen-7acfaa0a687530ca195769644dbbc82b9bf3ed08.zip | |
simulator tests
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 |
