fplll / fpylll

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

Change choice of q in qary-lattice generation #275

Closed ludopulles closed 2 months ago

ludopulles commented 2 months ago

Let random lattice generation use the methods changed in fplll/fplll#526. Note: adds support for values of 'q' above 2^31 when calling IntegerMatrix.random with methods 'ntrulike', 'ntrulike2' and 'qary'.

Note: G6K does not need any modification.

Resolves: post by @malb in https://github.com/fplll/fplll/issues/526#issuecomment-2166150270