Skip to content

Commit

Permalink
slipped past
Browse files Browse the repository at this point in the history
  • Loading branch information
malb committed Feb 3, 2024
1 parent 97c093d commit 5a47f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion estimator/lwe_bkw.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""
See :ref:`Coded-BKW for LWE` for what is available.
"""
from sage.all import ZZ, ceil, log, floor, sqrt, find_root, erf, oo, cached_function
from sage.all import ZZ, ceil, log, floor, sqrt, find_root, erf, oo, cached_function, RR

from .lwe_parameters import LWEParameters
from .util import local_minimum
Expand Down

0 comments on commit 5a47f07

Please sign in to comment.