diff --git a/estimator.py b/estimator.py index 0d7650a80..966c6127a 100644 --- a/estimator.py +++ b/estimator.py @@ -1531,10 +1531,7 @@ class BKZ: 10–24). """ - # TODO this is somewhat arbitrary - if beta <= 90: - return BKZ._BDGL16_small(beta, d, B) - else: + return BKZ._BDGL16_asymptotic(beta, d, B) @staticmethod