fplll / fpylll

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

add transformation interface to bkz_reduction #267

Closed kionactf closed 7 months ago

kionactf commented 7 months ago

I noticed fpylll did not support for returning transformation matrix on bkz_reduction. fplll supports the interface, so I wrote a simple interface on fpylll.

malb commented 7 months ago

Cool, can you add a doctest?

kionactf commented 7 months ago

Cool, can you add a doctest?

added simple doctest

kionactf commented 7 months ago

thanks for checking the code. I updated doctest. Could you check it?

malb commented 7 months ago

Ta!