Skip to content

Commit

Permalink
Apply review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
throwzwaway committed Aug 23, 2023
1 parent 1c9f2cd commit 41462b8
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, var, find_root, erf, oo, cached_function
from sage.all import ZZ, ceil, log, floor, sqrt, find_root, erf, oo, cached_function

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

0 comments on commit 41462b8

Please sign in to comment.