Re: [sage-devel] add transformation matrix interface for BKZ

2024-02-12 Thread user ctf
thanks for reply. I am talking about transformation matrix interface. LLL has transformation matrix interface: LLL(delta=None, eta=None, algorithm='fpLLL:wrapper', fp=None, prec=0, early_red=False, use_givens=False, use_siegel=False, transformation=False, **kwds) if set transformation=True, we h

Re: [sage-devel] add transformation matrix interface for BKZ

2024-02-11 Thread Gareth Ma
Regarding fplll and flatter, Sage already has an interface with fplll (via fpylll), and issue #37207 is adding an interface call to flatter (the new pari implementation). On 11/02/2024 23:48, user ctf wrote: Hi. sage-devel members. I am kiona. I want to contribute devel for some math/crypto pa

[sage-devel] add transformation matrix interface for BKZ

2024-02-11 Thread user ctf
Hi. sage-devel members. I am kiona. I want to contribute devel for some math/crypto packages. [background] I created Coppersmith small root method packages: kionactf/coppersmith(github.com) I am considering the package would be included in Sagemath tree.