aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/test_impl.py
diff options
context:
space:
mode:
authorJ08nY2025-10-02 16:53:38 +0200
committerJ08nY2025-10-02 16:53:38 +0200
commit0e5f73a716900bdefaff6156a3b7942a11467bd2 (patch)
tree1a9f5c38ba544b67c0328e69981e20faa167d501 /test/test_impl.py
parente88c89979a76873fd56c45230fa70596607b7474 (diff)
downloadpyecsca-codegen-0e5f73a716900bdefaff6156a3b7942a11467bd2.tar.gz
pyecsca-codegen-0e5f73a716900bdefaff6156a3b7942a11467bd2.tar.zst
pyecsca-codegen-0e5f73a716900bdefaff6156a3b7942a11467bd2.zip
Implement Booth multiplier.
Diffstat (limited to 'test/test_impl.py')
-rw-r--r--test/test_impl.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test_impl.py b/test/test_impl.py
index 0b3abeb..a61aabd 100644
--- a/test/test_impl.py
+++ b/test/test_impl.py
@@ -33,8 +33,6 @@ def target(
simple_multiplier, additional, secp128r1
) -> Generator[HostTarget, Any, None]:
mult_class, mult_kwargs = simple_multiplier
- if mult_class == WindowBoothMultiplier:
- pytest.skip("WindowBoothMultiplier not implemented yet")
mult_name = mult_class.__name__
formulas = ["add-1998-cmo", "dbl-1998-cmo"]
if NegationFormula in mult_class.requires: