From 0e5f73a716900bdefaff6156a3b7942a11467bd2 Mon Sep 17 00:00:00 2001 From: J08nY Date: Thu, 2 Oct 2025 16:53:38 +0200 Subject: Implement Booth multiplier. --- test/test_impl.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/test_impl.py') 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: -- cgit v1.3.1