From f378f97b4edb3034464691e576e4bd89c9265204 Mon Sep 17 00:00:00 2001 From: Ben Date: Fri, 14 May 2021 09:24:39 +0100 Subject: [PATCH] 1. use 0.292\beta for all blocksizes --- estimator.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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