Module lll

Module lll 

Source
Expand description

Contains an implementation of the Lenstra-Lenstra-Lovasz algorithm for lattice basis reduction.

Modulesยง

exact
Contains exact::lll(), an implementation of the Lenstra-Lenstra-Lovasz lattice basis reduction algorithm, using arbitrary-precision arithmetic.
float
Contains float::lll_quadratic_form() and float::lll(), an implementation of the Lenstra-Lenstra-Lovasz lattice basis reduction algorithm, using floating point numbers.