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+
Upstream Contact¶
Martin Albrecht <martinralbrecht+fplll@googlemail.com>
Mailing List https://groups.google.com/forum/#!forum/fplll-devel
Type¶
standard
Dependencies¶
Version Information¶
package-version.txt:
5.4.5
Equivalent System Packages¶
$ sudo pacman -S fplll
$ conda install fplll
$ sudo apt-get install libfplll-dev
$ sudo yum install libfplll libfplll-devel
$ sudo pkg install math/fplll
$ sudo emerge sci-libs/fplll
$ brew install fplll
$ sudo zypper install pkgconfig\(fplll\) fplll-devel fplll
$ sudo xbps-install fplll-devel
See https://repology.org/project/fplll/versions
If the system package is installed, ./configure
will check if it can be used.