1. use 0.292\beta for all blocksizes

This commit is contained in:
Ben
2021-05-14 09:24:39 +01:00
parent 16a6201a74
commit f378f97b4e

View File

@@ -1531,10 +1531,7 @@ class BKZ:
1024).
"""
# TODO this is somewhat arbitrary
if beta <= 90:
return BKZ._BDGL16_small(beta, d, B)
else:
return BKZ._BDGL16_asymptotic(beta, d, B)
@staticmethod