From 46b2f033f0764c4a4fbf425ff584d3eeb47df61e Mon Sep 17 00:00:00 2001 From: "Martin R. Albrecht" Date: Sun, 25 Feb 2024 16:19:59 +0000 Subject: [PATCH] unused import --- estimator/lwe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/estimator/lwe.py b/estimator/lwe.py index ed0e2db..a1020be 100644 --- a/estimator/lwe.py +++ b/estimator/lwe.py @@ -9,7 +9,7 @@ from .lwe_primal import primal_usvp, primal_bdd, primal_hybrid from .lwe_bkw import coded_bkw from .lwe_guess import exhaustive_search, mitm, distinguish, guess_composition # noqa -from .lwe_dual import dual, dual_hybrid, matzov +from .lwe_dual import dual, matzov from .gb import arora_gb # noqa from .lwe_parameters import LWEParameters as Parameters # noqa from .conf import (