aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorandrr3j2023-10-10 16:06:52 +0200
committerandrr3j2023-10-10 16:06:52 +0200
commit56a48c2d056ec559a73c42ae2eed9caf7102b027 (patch)
treeb0e64bf37e620737c917d2358d4af1fbcabad60b
parent456089cb1696c3f066bba3e9add0d117adde3302 (diff)
downloadpyecsca-codegen-56a48c2d056ec559a73c42ae2eed9caf7102b027.tar.gz
pyecsca-codegen-56a48c2d056ec559a73c42ae2eed9caf7102b027.tar.zst
pyecsca-codegen-56a48c2d056ec559a73c42ae2eed9caf7102b027.zip
updated simulator tests
-rw-r--r--test/test_simulator.py1
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)]
)