fplll / fpylll

A Python interface for https://github.com/fplll/fplll
GNU General Public License v2.0
122 stars 62 forks source link

svp_postprocessing docstring #183

Closed fvirdia closed 3 years ago

fvirdia commented 4 years ago

The current docstring for postprocessing claims that LLL is called. However, it seems the only call to LLL in the method has been commented. Is this just an outdated docstring?

https://github.com/fplll/fpylll/blob/2347a08b9ccbdf34376f4cff72ccdac1d611858a/src/fpylll/algorithms/bkz.py#L215

malb commented 4 years ago

I agree.

fvirdia commented 3 years ago

I believe this is now resolved.