diff options
| author | Ján Jančár | 2023-10-18 18:40:51 +0200 |
|---|---|---|
| committer | GitHub | 2023-10-18 18:40:51 +0200 |
| commit | 73aecd91317db24f2e2e603eb97c1aa70f25cba8 (patch) | |
| tree | 965bccac4ecac171fcda66f9f07b9ded4b1c7eec /test/test_simulator.py | |
| parent | 9987dc7dd762c44c56cca8b80379bfdc0b515bb3 (diff) | |
| parent | a1911ee8acbcf875ed8889f5686cc34b05c236c2 (diff) | |
| download | pyecsca-codegen-73aecd91317db24f2e2e603eb97c1aa70f25cba8.tar.gz pyecsca-codegen-73aecd91317db24f2e2e603eb97c1aa70f25cba8.tar.zst pyecsca-codegen-73aecd91317db24f2e2e603eb97c1aa70f25cba8.zip | |
Merge pull request #6 from andrr3j/bugfix/simulator
Bugfix/simulator
Diffstat (limited to 'test/test_simulator.py')
| -rw-r--r-- | test/test_simulator.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_simulator.py b/test/test_simulator.py index 89819b1..8ce38e4 100644 --- a/test/test_simulator.py +++ b/test/test_simulator.py @@ -198,7 +198,6 @@ def test_ecdh(mult_name, mult_class, cli_runner, curve32): ) -@pytest.mark.xfail(reason="Simulator bug #3") @pytest.mark.parametrize( "mult_name,mult_class", [("ltr", LTRMultiplier), ("rtl", RTLMultiplier)] ) |
