fplll: Lattice algorithms, including LLL with floating-point orthogonalization

Description

fplll contains implementations of several lattice algorithms. The implementation relies on floating-point orthogonalization, and LLL is central to the code, hence the name.

Website: https://github.com/fplll/fplll

License

  • LGPL V2.1+

Dependencies

  • gmp

  • mpfr

Type

standard

Version Information

package-version.txt:

5.4.0

Equivalent System Packages

conda:

$ conda install fplll

Fedora/Redhat/CentOS:

$ sudo yum install  fplll

freebsd:

$ sudo pkg install fplll

gentoo:

$ sudo emerge fplll

homebrew:

$ brew install fplll

opensuse:

$ sudo zypper install fplll

See https://repology.org/project/fplll/versions

If the system package is installed, ./configure will check whether it can be used.